pex-gl / pex-renderer

Physically based renderer (PBR) and scene graph for PEX.
https://pex-gl.github.io/pex-renderer/examples/index.html
MIT License
237 stars 16 forks source link

[gltf] Animations not working (non-skinned/non morphing) in gltf.js sample file #166

Closed simonharrisco closed 5 years ago

simonharrisco commented 5 years ago

None-skinned animations are not animating in the gltf.js import demo:

https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/AnimatedTriangle https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/BrainStem https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/AnimatedCube https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/InterpolationTest

simonharrisco commented 5 years ago

Enabled attribute missing on animation component, fixed now