We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When compressing a GLTF model with gltfpack it appears with incorrect scales in game.
Model without quantization:
Model with KHR_mesh_quantization:
Model with KHR_mesh_quantization and -vpn flag (normalized attributes for positions):
This is the simple BP I'm using to load the models:
I attached the files used to reproduce the problem.
QuantizationIssue_GLB.zip
The text was updated successfully, but these errors were encountered:
@MrAlvaroRamirez sorry for the huge late in the answer but I completely overlooked the issue.
In latest implementations the three assets looks good:
So i suppose during the last year the issue has been fixed. I will leave it open for your confirmation (if you have time).
Sorry again
Sorry, something went wrong.
No branches or pull requests
When compressing a GLTF model with gltfpack it appears with incorrect scales in game.
Model without quantization:

Model with KHR_mesh_quantization:

Model with KHR_mesh_quantization and -vpn flag (normalized attributes for positions):

This is the simple BP I'm using to load the models:

I attached the files used to reproduce the problem.
QuantizationIssue_GLB.zip
The text was updated successfully, but these errors were encountered: