-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug/Suggestion?] OBJModel3D widget does not support line declaration #102
Comments
@ben-mkiv is Commons0815 open-source? Can I contribute to it? |
now it is again, https://github.com/ben-mkiv/commons0815 if you want to add the feature go ahead, if you want it in the official build you can make an PR and i'll merge it |
Yeah, Thx! |
Feature got merged and is in the latest commons0815 (1.4.0) release on curseForge |
Describe the bug
Line declaration in obj model does not produce render effect
In which environment did the Bug appear?
Singleplayer
To Reproduce
Steps to reproduce the behavior:
/home/test.obj
with content:w=component.glasses.addOBJModel3D()
w.loadObj(io.open("/home/test.obj"):read("*a"))
w.addTranslation(x,y,z)
to move widget to comfortable coordsw.addColor(1,0,0,1)
Expected behavior
Line must render
https://en.wikipedia.org/wiki/Wavefront_.obj_file#Line_elements
Screenshots / Code Snippet
Minecraft:
The text was updated successfully, but these errors were encountered: