disable --aggressive or customize transform level #158
Unanswered
ashleymvanduzer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking to reduce the size of some gltfs, and it usually works quite well, but sometimes is too strong. Is there some extra param I can pass while using the --transform tag to reduce the aggressiveness or set some custom strength? In reference to the section below:
⚡️ Auto-transform (compression, resize)
With the --transform flag it creates a binary-packed, draco-compressed, texture-resized (1024x1024), deduped and pruned GLTF ready to be consumed on a web site. It uses glTF-Transform. It will not alter the original but create a copy and append [modelname]-transformed.glb.
JSX compression is enabled with the --aggressive flag, this will start to cut down on empty or unneccessary groups.
Beta Was this translation helpful? Give feedback.
All reactions