ericw-tools/light
Jonathan 812797f7ed enable lighting for warp/sky in Q2
simplify bitflag definitions
change nudging light warning to make more sense
another #define -> constexpr pass
2022-06-10 06:29:14 -04:00
..
CMakeLists.txt tests: don't include(CTest) as it generates unwanted targets 2022-05-15 12:43:35 -06:00
bounce.cc don't add bounce lights that have no color 2022-06-03 14:59:06 -04:00
entities.cc enable lighting for warp/sky in Q2 2022-06-10 06:29:14 -04:00
light.cc enable lighting for warp/sky in Q2 2022-06-10 06:29:14 -04:00
litfile.cc enable lighting for warp/sky in Q2 2022-06-10 06:29:14 -04:00
ltface.cc canonize plane stuff into an enum type, remove duplicates 2022-06-10 04:43:56 -04:00
main.cc settings: don't call exit(0) in printHelp() as it's problematic for tests 2022-05-14 18:11:14 -06:00
phong.cc
surflight.cc hardcode omnidirectional surface lights - seems closer to Q2's defaults 2022-06-02 22:12:31 -04:00
test.cc tests: fix case issue with catch includes 2022-05-15 13:19:46 -06:00
test_common.cc tests: fix case issue with catch includes 2022-05-15 13:19:46 -06:00
test_entities.cc tests: fix case issue with catch includes 2022-05-15 13:19:46 -06:00
test_light.cc tests: fix case issue with catch includes 2022-05-15 13:19:46 -06:00
test_ltface.cc tests: fix case issue with catch includes 2022-05-15 13:19:46 -06:00
trace.cc
trace_embree.cc