yuphin / Lumen

A Vulkan Raytracing framework for various bidirectional path tracing techniques
MIT License
441 stars 28 forks source link

Bloom explosion : ) #11

Closed ohmaya closed 3 weeks ago

ohmaya commented 1 year ago
BloomExplosion

Enough time : )

This does not really affect me.

yuphin commented 1 year ago

Thanks for point it out. This is probably due to a bug in the sampling/evaluating of the Beckmann BSDF model; which ultimately results in NaNs. I will look into it later.

yuphin commented 3 weeks ago

This is resolved now that we have new material types.