but0n / Ashes

WebGL2.0 3D Engine - Global Illumination - RayTracing
https://codepen.io/but0n/pen/jddYoX
MIT License
331 stars 15 forks source link

Horse.glb is not animated #24

Open cx20 opened 5 years ago

cx20 commented 5 years ago

I tried to display the model of the horse. However, it seems that animation is not displayed.

Ashes + Horse.glb result: http://jsdo.it/cx20/KExg image

The following is the expected display result.

three.js + Horse.glb result: http://jsdo.it/cx20/yPmv three_horse_20190302

but0n commented 5 years ago

Thanks for your feedback! Can you provide this glb file?

cx20 commented 5 years ago

The model used in the test is as follows. https://github.com/mrdoob/three.js/blob/dev/examples/models/gltf/Horse.glb

but0n commented 5 years ago

Thanks! This model is usting morph targets animation, I will handle this in the next version.