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

Failure to render glTFs with animations #371

Closed
cdata opened this issue Feb 17, 2019 · 3 comments · Fixed by #421
Closed

Failure to render glTFs with animations #371

cdata opened this issue Feb 17, 2019 · 3 comments · Fixed by #421
Assignees
Labels
arc: compatibility type: bug Something isn't working

Comments

@cdata
Copy link
Contributor

cdata commented Feb 17, 2019

<model-viewer> cannot render the Khronos Brain Stem sample glTF. It fails with the following exception before anything is drawn:

image

The failure is on a call to update the model's skeleton: object.skeleton.update();.

Notably, this is a sample model with a built-in animation.

This bug was discovered while pursuing #360

@cdata cdata added type: bug Something isn't working arc: compatibility labels Feb 17, 2019
@cdata
Copy link
Contributor Author

cdata commented Feb 17, 2019

This same issue occurs when trying to load the Khronos Cesium Man sample glTF. It's probably animation related.

@cdata
Copy link
Contributor Author

cdata commented Feb 17, 2019

Ditto: Khronos Monster sample glTF

@cdata cdata changed the title Failure to render Khronos Brain Stem sample glTF Failure to render glTFs with animations Feb 17, 2019
@jsantell jsantell self-assigned this Feb 19, 2019
@jsantell
Copy link
Contributor

Looks like we have a SkinnedMesh without any skeleton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arc: compatibility type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants