but0n / Ashes

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

MorphPrimitivesTest.gltf is not displayed as expected #28

Closed cx20 closed 5 years ago

cx20 commented 5 years ago

I tried to display MorphPrimitivesTest.gltf. However, it does not seem to be the expected display result.

Ashes + MorphPrimitivesTest.gltf result: image

The following is the expected display result. https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/MorphPrimitivesTest image

but0n commented 5 years ago

Thanks for your feedback, I think it should be fixed in v0.2.0:

image

cx20 commented 5 years ago

I confirmed that this model is correctly displayed in Ashes v0.2.0. Ashes v0.2.0 + MorphPrimitivesTest.gltf result:

image