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

JOINT attributes are being decoded as float, when is should be int #2

Open
FrankGalligan opened this issue Feb 12, 2018 · 1 comment

Comments

@FrankGalligan
Copy link
Owner

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:

@donmccurdy
Copy link

Opened an issue on the main repo, to make this more visible in case others are implementing using sample models: KhronosGroup#147

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

No branches or pull requests

2 participants