Skip to content

Keep meshes separate (don't combine layers)? #850

Answered by donmccurdy
bigrig2212 asked this question in Q&A
Discussion options

You must be logged in to vote

The --join false --flatten false options were added in v3.1, by #838, so you may need to update to the latest version. Then this would work:

gltf-transform optimize in.glb out.glb --join false --flatten false --simplify 0.0

Or --no-flatten --no-join should have the same effect.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by donmccurdy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants