but0n / Ashes

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

CesiumMilkTruck.gltf's window glass is transparent is incorrect #8

Closed cx20 closed 5 years ago

cx20 commented 5 years ago

I tried to display CesiumMilkTruck.gltf with Ashes. However, it is incorrect that the window glass is transparent.

Ashes v0.0.19 + CesiumMilkTruck.gltf result: image

three.js r101 + CesiumMilkTruck.gltf result: image

but0n commented 5 years ago

Thanks for your feedback! I think it probably is related to AlphaBlendModeTest which this library haven’t pass yet. I’ll handle this after vacation.

but0n commented 5 years ago

Done! image

cx20 commented 5 years ago

I confirmed that the window glass of CesiumMilkTruck.gltf is displayed in the latest version library.

Ashes v0.0.21 + CesiumMilkTruck.gltf result: image