Disable quantization during CLI mesh optimizing #1523
-
Hi! mesh optimizing uses To be able to do something like this: gltf-transform meshopt input.glb output.glb --no-quantization something like gltfpack tool which has option -noq to disable |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@bolatuly could you share which flags you're setting on gltfpack, if that's providing results you prefer? If only
If you're also using the |
Beta Was this translation helpful? Give feedback.
I see, thanks! You're right, they support
EXT_meshopt_compression
but notKHR_mesh_quantization
. It might be worth filing an issue for them about that, it's usually one of the simplest glTF extensions to import, but regardless. I've opened a new feature request about supporting meshopt compression without quantization. I can't promise any timelines for this, but PRs are always welcome.In the meantime, Draco compression might be the next best option.