How to use with simple shapes? #26
Unanswered
chickenSandwich
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering if I am misunderstanding how to use this module. I am testing with the simple shapes in trimesh, but am not able to produce something that makes sense. Here is a demonstration:
I have tried with these different simple meshes, and I'm expecting the resulting mesh to show a well-wrapped mesh, but with no luck. If I change the
pack_options.bruteForce=Truefor thetrimesh.creation.boxit makes the most sense, but to be honest I was thinking that the produced unwrapped image would be closer to a cube mapping.I also tried exporting the
.objand manually adding an.mtl, but that produces the same results.Can anyone lend a hand?
Am I misusing this tool?
Is there an error in my script?
Thank-you.
Beta Was this translation helpful? Give feedback.
All reactions