pmndrs / gltfjsx

🎮 Turns GLTFs into JSX components
https://gltf.pmnd.rs
MIT License
4.71k stars 310 forks source link

transform with more custom control i.e only prune and draco and not resize textures? #122

Open jasan-s opened 2 years ago

jasan-s commented 2 years ago

Can the output be transformed with finer control.

say I already compressed the texture images in another tool and don't want to resize to 1024X1024. Is it possible to just compress geometry and prune without resizing textures.

Or is gltf-transform a better tool for that?