Apply matrix to geometry? #1060
-
Hi! I am trying to apply the object's transform matrix to the object's geometry directly. (e.g. in Blender it would be Apply Object Transform). In threeJS it start with something like: object.geometry.applyMatrix4( object.matrix ); Any way we can do this here? Thanks!! |
Beta Was this translation helpful? Give feedback.
Answered by
mattoboard
Aug 8, 2023
Replies: 1 comment
-
Found it -> clearNodeTransform() |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
donmccurdy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found it -> clearNodeTransform()