but0n / Ashes

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

The light of Lantern.gltf is off #7

Closed cx20 closed 5 years ago

cx20 commented 5 years ago

I confirmed some models with Ashes v0.0.18. However, Emissive Map does not seem to be applied correctly. Ashes v0.0.18 + BoomBox.gltf result: image

Ashes v0.0.18 + Lantern.gltf result: image

I think that the light was displayed in the previous version.

but0n commented 5 years ago

Thanks! I forget add emissive texture macro before.

image image

cx20 commented 5 years ago

Thanks. I confirmed that this problem has been solved with the latest version of Ashes.