but0n / Ashes

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

Bear's model is not displayed correctly #19

Closed cx20 closed 5 years ago

cx20 commented 5 years ago

I tried to display the model of the bear published in sketchfab using Ashes. However, only one balloon was displayed and no bear was displayed.

Ashes + Bear model result: http://jsdo.it/cx20/wPO4 image

Below is the expected display result.

three.js + Bear model result: http://jsdo.it/cx20/6MMO image

but0n commented 5 years ago

Thanks for your feedback! I saw this model before, I think it is probably related to the special skeleton.

It’ll be fixed in next version.

https://github.com/KhronosGroup/glTF/pull/1195#issuecomment-368632227

but0n commented 5 years ago

image I think it should be fixed in commit #10dbf61

cx20 commented 5 years ago

I confirmed that bears and balloons will be displayed in Ashes v0.0.49. Ashes v0.0.49 + Bear model result: http://jsdo.it/cx20/CvPa image