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
<model-viewer> cannot render the Khronos Brain Stem sample glTF. It fails with the following exception before anything is drawn:
<model-viewer>
The failure is on a call to update the model's skeleton: object.skeleton.update();.
object.skeleton.update();
Notably, this is a sample model with a built-in animation.
This bug was discovered while pursuing #360
The text was updated successfully, but these errors were encountered:
This same issue occurs when trying to load the Khronos Cesium Man sample glTF. It's probably animation related.
Sorry, something went wrong.
Ditto: Khronos Monster sample glTF
Looks like we have a SkinnedMesh without any skeleton
skeleton
cdata
Successfully merging a pull request may close this issue.
<model-viewer>
cannot render the Khronos Brain Stem sample glTF. It fails with the following exception before anything is drawn: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
The text was updated successfully, but these errors were encountered: