Apply Transform ( Translate + Rotate + Scale ) to mesh #4655
Unanswered
atazangene
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hello! Is it what you mean? #4530 |
Beta Was this translation helpful? Give feedback.
1 reply
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 using Nvidia omniverse and I want to integrate the Meshlib into it, I want to apply transform ( translate + rotate + scale ) into a mesh
actually the transform data stored into Gf.Matrix4d in the omniverse code :
Matrix4D Doc
Now, I want to apply that to mesh inside the meshlib. we have a sample on how to apply translation on meshlib, but there is no example of on how to apply scale and rotate on meshlib SDK python.
Meshlib SDK doc - boolean operation
can you help me on this please?
Beta Was this translation helpful? Give feedback.
All reactions