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
See KhronosGroup#145 for reference.
In RiggedFigure: https://github.com/FrankGalligan/glTF-Sample-Models/tree/be470ea72ecb7adf2b30932349d1b12164af07b7/2.0/RiggedFigure/glTF-Draco
The draco decoded data is returning floats, when original data is unsigned short.
The draco gltf says the JOINTS_0 data should be unsigned int:
glTF-Sample-Models/2.0/RiggedFigure/glTF-Draco/RiggedFigure.gltf
Line 2481 in be470ea
The text was updated successfully, but these errors were encountered:
Opened an issue on the main repo, to make this more visible in case others are implementing using sample models: KhronosGroup#147
Sorry, something went wrong.
No branches or pull requests
See KhronosGroup#145
for reference.
In RiggedFigure:
https://github.com/FrankGalligan/glTF-Sample-Models/tree/be470ea72ecb7adf2b30932349d1b12164af07b7/2.0/RiggedFigure/glTF-Draco
The draco decoded data is returning floats, when original data is unsigned short.
The draco gltf says the JOINTS_0 data should be unsigned int:
glTF-Sample-Models/2.0/RiggedFigure/glTF-Draco/RiggedFigure.gltf
Line 2481 in be470ea
The text was updated successfully, but these errors were encountered: