ericw-tools/include/qbsp
Eric Wasylishen f62136e04d qbsp: wip fixing -expand feature 2022-08-16 01:36:09 -06:00
..
brush.hh use an optional<uint8_t> to store hull number, which gets rid of special -1 collision hull number. 2022-08-15 06:13:30 -04:00
brushbsp.hh fix linux build 2022-08-13 12:40:11 -06:00
csg.hh
faces.hh
map.hh qbsp: wip fixing -expand feature 2022-08-16 01:36:09 -06:00
merge.hh allowing logging::percent to handle indeterminate values 2022-08-11 20:33:12 -04:00
outside.hh use an optional<uint8_t> to store hull number, which gets rid of special -1 collision hull number. 2022-08-15 06:13:30 -04:00
portals.hh since buildportal_t is small and being stored in an std::list (which already stores them in nodes that require allocation & non-moving locations) we don't need to wrap them in unique_ptr; this saves a malloc/free per buildportal_t 2022-08-13 08:24:13 -04:00
prtfile.hh qbsp: add WriteDebugTreePortalFile 2022-08-15 00:34:18 -06:00
qbsp.hh use an optional<uint8_t> to store hull number, which gets rid of special -1 collision hull number. 2022-08-15 06:13:30 -04:00
tree.hh
winding.hh use a more optimized version of SplitBrush for CheckPlaneAgainstVolume that doesn't require allocating/freeing a lot of memory 2022-08-13 06:39:30 -04:00
writebsp.hh