scenerygraphics / scenery

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
https://scenery.graphics
GNU Lesser General Public License v3.0
128 stars 31 forks source link

DeferredLighting: Fix energy conservervation for Oren-Nayar model #732

Open skalarproduktraum opened 2 months ago

skalarproduktraum commented 2 months ago

This PR fixes energy conservation when using the Oren-Nayar lighting model.

smlpt commented 1 month ago

I can't really give a proper review here without having something to check the formulas against, sorry.