mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 21:02:50 +00:00
No description
5ebee4a28b
(though it does compile). Keeps things simple and only checks touched. .integer rotated_bbox; ent.rotated_bbox = getboxhull ();// be sure to check for failure (0) rotate_bbox (ent.rotated_bbox, ent.angles, ent.mins, ent.maxs); ... freeboxhull (ent.rotated_bbox); // when freeing entity. box hulls are limited integer () getboxhull = #95 void (integer hull) freeboxhull = #96 void (integer hull, vector angles, vector mins, vector maxs) rotate_bbox = #97 |
||
---|---|---|
debian | ||
doc | ||
include | ||
libs | ||
nq | ||
qw | ||
RPM | ||
tools | ||
.gitignore | ||
acconfig.h | ||
acinclude.m4 | ||
bootstrap | ||
configure.in | ||
COPYING | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
quakeforge-config.in | ||
TODO |