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

GLTFExporter: Fix regression in normalized attributes #25076

Merged

Conversation

donmccurdy
Copy link
Collaborator

Related:

Some vertex attributes require KHR_mesh_quantization
for normalized values, and this is not supported yet. See:

NOTE: Some vertex attributes require KHR_mesh_quantization
for normalized values, and this is not supported yet. See:
mrdoob#20474
@Mugen87 Mugen87 added this to the r148 milestone Dec 4, 2022
@mrdoob mrdoob merged commit fe11649 into mrdoob:dev Dec 5, 2022
@donmccurdy donmccurdy deleted the hotfix/gltfexporter-normalized-attributes branch December 8, 2022 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GLTF exporter doesn't correctly handle normalized attributes
3 participants