but0n / Ashes

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

Alpha Blend test has not passed #27

Closed cx20 closed 5 years ago

cx20 commented 5 years ago

I tried to display AlphaBlendModeTest.gltf. However, the case of Blend does not seem to pass.

Ashes + AlphaBlendModeTest.gltf result: image

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

but0n commented 5 years ago

Thanks for your feedback! I think it should be fixed in v0.1.1

image

26

image

cx20 commented 5 years ago

I confirmed that I passed the test with Ashes v0.1.1. Ashes v0.1.1 + AlphaBlendTest.gltf result:

image