ericw-tools/include/common
Jonathan 1b1679fa22 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)
always emit texinfo for q2 brush sides
2021-10-08 14:17:48 -04:00
..
aabb.hh fix gcc errors about reference to temporary 2021-10-05 23:28:33 -06:00
bspfile.hh Fix missing unordered_map 2021-10-05 23:00:13 -04:00
bsputils.hh
cmdlib.hh Fix more unused value warnings 2021-10-05 23:40:40 -04:00
entdata.h
log.hh
mathlib.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
mesh.hh
octree.hh
parser.hh
polylib.hh Hopefully resolve clang warnings here now 2021-10-05 23:24:05 -04:00
qvec.hh Uninitialized values aren't constexpr, changing these default constructors to inline 2021-10-06 03:43:30 -04:00
threads.hh