ericw-tools/light
Jonathan 4e3739c751 use a reader/writer-esque lock (shared_mutex) instead of exclusive-only recursive lock to speed up plane stuff 2022-07-24 19:05:28 -04:00
..
CMakeLists.txt
bounce.cc use a reader/writer-esque lock (shared_mutex) instead of exclusive-only recursive lock to speed up plane stuff 2022-07-24 19:05:28 -04:00
entities.cc change settings semantics to be simpler and more clear: 2022-07-14 09:03:59 -04:00
light.cc change settings semantics to be simpler and more clear: 2022-07-14 09:03:59 -04:00
litfile.cc
ltface.cc change settings semantics to be simpler and more clear: 2022-07-14 09:03:59 -04:00
main.cc
phong.cc use make_unique where appropriate 2022-07-18 20:16:50 -04:00
surflight.cc fix overblown lighting if light color is specified for radiosity 2022-07-22 22:10:22 -04:00
trace.cc
trace_embree.cc