blender/tests
Weizhen Huang 6fbc958e89 Fix: Cycles Light Tree gives low weight to distant lights in large volume
The original paper only considers the minimal distance of the cluster to
the ray, not the interval length, resulting in low weight for distant
lights that have large influence over a long distance.
This commit modifies the measure by considering `theta_b - theta_a` for
local lights and the ray length `t` for distant lights.

Pull Request: https://projects.blender.org/blender/blender/pulls/123537
2024-06-24 12:48:08 +02:00
..
blender_as_python_module
data@218087daf8 Fix: Cycles Light Tree gives low weight to distant lights in large volume 2024-06-24 12:48:08 +02:00
gtests
performance
python EEVEE: Make render tests use volume indirect lighting 2024-06-18 17:53:22 +02:00
utils
CMakeLists.txt