Possible to join all Meshes? #212
-
Hello, is it possible to join ( like in Blender) all meshes ( threejs mergeBufferGeometries) |
Beta Was this translation helpful? Give feedback.
Answered by
donmccurdy
Apr 5, 2021
Replies: 1 comment
-
It's possible to write a script that does all of this, applying |
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
It's possible to write a script that does all of this, applying
node.getWorldMatrix()
to each Mesh and then merging the vertex attribute arrays, but there is no out-of-the-box function provided to automatically do that now. The tracking issue for this idea is #11.