ericw-tools/light
Eric Wasylishen 3d0c756b4f light: fix minlight color on surface lights
- extra `* 255` was unnecessary, setting_color already does this
- don't use qvec3b as it was causing colors to wrap around the 0..255 range
2022-12-20 23:44:21 -07:00
..
CMakeLists.txt Revert "ci: use older embree/tbb which support Win8.1" 2022-11-13 16:52:14 -07:00
bounce.cc light: don't bounce light for channel != 1 2022-12-13 23:59:58 -07:00
entities.cc add _nofill key, which causes an entity to not count as an entity for the purposes of occupancy (for lights in walls, etc) 2022-12-15 04:30:22 -05:00
light.cc light: rename channel mask keys 2022-12-13 23:20:27 -07:00
litfile.cc all: cleanup unused includes (Clion - detect not directly used) 2022-10-31 21:37:34 -06:00
ltface.cc light: fix surface lights to check channel mask 2022-12-14 00:26:38 -07:00
main.cc Move SetConsoleMode() call to logging::preinitialize(); helper 2022-11-19 10:05:14 -07:00
phong.cc qbsp/light: add no_phong texinfo flag (currently not used/exposed) 2022-12-01 01:16:17 -07:00
surflight.cc light: fix minlight color on surface lights 2022-12-20 23:44:21 -07:00
trace.cc light: clean up dead code 2022-12-12 18:02:33 -07:00
trace_embree.cc light: make "_light_alpha 0" behave as expected (invisible to light) 2022-12-14 21:46:36 -07:00