but0n / Ashes

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

TextureSettingsTest.gltf has not passed the test #11

Closed cx20 closed 5 years ago

cx20 commented 5 years ago

I tried to display TextureSettingsTest.gltf with Ashes. However, it does not seem to pass some tests.

Ashes + TextureSettingsTest.gltf result: image

but0n commented 5 years ago

Thanks! Added single-sided support at latest version. image

cx20 commented 5 years ago

@but0n Thanks! I confirmed that I passed the test with the latest version.

Ashes v0.0.24 + TextureSettingsTest.gltf result: image