You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While meshopt compression (EXT_meshopt_compression) is generally used alongside quantization (KHR_mesh_quantization) for best compression and memory optimization, there's no technical requirement that they be used together. Currently glTF Transform just doesn't support that, it always does quantization when doing meshopt compression.
This issue tracks a feature request for allowing meshopt compression without quantization. Compressed sizes will be larger, but compatibility and quality will be somewhat higher.
The text was updated successfully, but these errors were encountered:
While meshopt compression (EXT_meshopt_compression) is generally used alongside quantization (KHR_mesh_quantization) for best compression and memory optimization, there's no technical requirement that they be used together. Currently glTF Transform just doesn't support that, it always does quantization when doing meshopt compression.
This issue tracks a feature request for allowing meshopt compression without quantization. Compressed sizes will be larger, but compatibility and quality will be somewhat higher.
The text was updated successfully, but these errors were encountered: