yuphin / Lumen

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

glasses not converted well #34

Closed tigrazone closed 9 months ago

tigrazone commented 9 months ago

bedroom scene image this view is <matrix value="0.614 -0.057 0.787 -1.470 0.093 0.998 0.070 0.728 -0.789 -0.040 0.613 1.988 0 0 0 1"/>

with my commit https://github.com/tigrazone/Lumen/commit/a2b4d0c07eefcf59eb5a815822ee60d2d6c5fcbc I have image

yuphin commented 9 months ago

Should be fixed now. The idea is to make the principled BSDF a default fallback in these cases. So all the dielectric types are assumed to be principled.