ericw-tools/light
Jonathan d8fd13d481 use <= gating for brightness for surface and bounce lighting, since these can often be very small values (provides a moderate speed increase as well, counter-balancing the next change)
bounce lighting generates a grid of bounces rather than a single light, improving lighting in conditions with larger faces or where the midpoint is blocked by other geometry
2022-07-29 22:26:07 -04:00
..
CMakeLists.txt tests: unify tests under one target 2022-07-10 16:36:15 -06:00
bounce.cc use <= gating for brightness for surface and bounce lighting, since these can often be very small values (provides a moderate speed increase as well, counter-balancing the next change) 2022-07-29 22:26:07 -04:00
entities.cc clang-format pass 2022-07-28 06:14:54 -04:00
light.cc clang-format pass 2022-07-28 06:14:54 -04:00
litfile.cc clang-format pass 2022-07-28 06:14:54 -04:00
ltface.cc use <= gating for brightness for surface and bounce lighting, since these can often be very small values (provides a moderate speed increase as well, counter-balancing the next change) 2022-07-29 22:26:07 -04:00
main.cc clang-format pass 2022-07-28 06:14:54 -04:00
phong.cc fix race condition; map operator[] modifies if it doesn't exist 2022-07-29 09:42:11 -04:00
surflight.cc fix crash in light from bounce lighting storage 2022-07-29 00:41:24 -04:00
trace.cc clang-format pass 2022-07-28 06:14:54 -04:00
trace_embree.cc clang-format pass 2022-07-28 06:14:54 -04:00