Home
last modified time | relevance | path

Searched refs:CM_BoxLeafs (Results 1 – 4 of 4) sorted by relevance

/dports/games/q2pro/q2pro/source/
H A Dsv_world.c277 num_leafs = CM_BoxLeafs( &sv.cm, ent->absmin, ent->absmax, in SV_LinkEdict()
H A Dcmodel.c1098 int CM_BoxLeafs( cm_t *cm, vec3_t mins, vec3_t maxs, cleaf_t **list, int listsize, cnode_t **topnod… in CM_BoxLeafs() function
1987 count = CM_BoxLeafs( cm, mins, maxs, leafs, 64, NULL ); in CM_FatPVS()
H A Dmvd_parse.c125 num_leafs = CM_BoxLeafs( &parseGS->cm, mins, maxs, in MVD_LinkEntity()
/dports/games/q2pro/q2pro/include/
H A Dqcommon.h571 int CM_BoxLeafs( cm_t *cm, vec3_t mins, vec3_t maxs, cleaf_t **list,