ericw-tools/include/light
Jonathan 01b8abf93c Removed a lot of unused functions
Moved vector-related operations from mathlib to qvec, moved a few into qv::
Use clamp/max/min directly instead of #define'ing them
Move a few single-use functions directly above their usages
2021-10-10 14:04:09 -04:00
..
bounce.hh BSPX structurization and cleanup 2021-10-03 12:16:13 -04:00
entities.hh Run clang-format pass 2021-10-05 15:54:06 -04:00
imglib.hh qvec now has an empty default initializer, for speed purposes; fixed up places that relied on this behavior 2021-09-27 20:44:15 -04:00
light.hh Run clang-format pass 2021-10-05 15:54:06 -04:00
litfile.hh
ltface.hh some more cleanup 2021-10-02 05:56:45 -04:00
phong.hh normals are now a special tuple-ish type, so that we can calculate tangents and bitangents for Q2RTX if requested (currently it always does it, but we can fix that later) 2021-10-08 14:17:48 -04:00
settings.hh Removed a lot of unused functions 2021-10-10 14:04:09 -04:00
surflight.hh BSPX structurization and cleanup 2021-10-03 12:16:13 -04:00
trace.hh Calculate tangents and bitangents (need to clean this up) 2021-10-05 01:07:13 -04:00
trace_embree.hh Run clang-format pass 2021-10-05 15:54:06 -04:00