ericw-tools/include/light
Jonathan e8bd554cc0 winding_t is now a C++ type - a hybrid stack/heap array.
In preparation for converting all of the vec_t[3] to qvec's, the Vector routines are now templated and work with any type that provides indexing operators.
Polylib.cc is gone, since this all needs to be in header now
qvec can now implicitly convert from T[N]
constexpr where appropriate
static inline -> inline
side_t is now an enum, moved into mathlib
2021-09-16 03:10:51 -04:00
..
bounce.hh Clang format pass 2021-09-14 02:32:26 -04:00
entities.hh Clang format pass 2021-09-14 02:32:26 -04:00
imglib.hh Clang format pass 2021-09-14 02:32:26 -04:00
light.hh winding_t is now a C++ type - a hybrid stack/heap array. 2021-09-16 03:10:51 -04:00
litfile.hh Clang format pass 2021-09-14 02:32:26 -04:00
ltface.hh winding_t is now a C++ type - a hybrid stack/heap array. 2021-09-16 03:10:51 -04:00
phong.hh winding_t is now a C++ type - a hybrid stack/heap array. 2021-09-16 03:10:51 -04:00
settings.hh winding_t is now a C++ type - a hybrid stack/heap array. 2021-09-16 03:10:51 -04:00
surflight.hh Clang format pass 2021-09-14 02:32:26 -04:00
trace.hh winding_t is now a C++ type - a hybrid stack/heap array. 2021-09-16 03:10:51 -04:00
trace_embree.hh Clang format pass 2021-09-14 02:32:26 -04:00