Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow writing EXT_meshopt_compression without quantization #1524

Open
donmccurdy opened this issue Oct 9, 2024 · 1 comment · May be fixed by #1526
Open

Allow writing EXT_meshopt_compression without quantization #1524

donmccurdy opened this issue Oct 9, 2024 · 1 comment · May be fixed by #1526

Comments

@donmccurdy
Copy link
Owner

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.

@donmccurdy
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant