Replies: 1 comment 6 replies
-
I think the issue is with this line: newMesh.copy(mesh); ... I assume Something like the proposal in #924 might get you closer. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently experimenting with creating a new GLB on the fly and copying some of the meshes to the new GLB for processing.
Currently having this code which however results in
Cannot connect disconnected graphs
Any hints on why this happens/can be fixed would be greatly appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions