HomeSort by relevance Sort by last modified time
    Searched defs:minmaxs (Results 1 - 6 of 6) sorted by null

  /external/quake/quake/src/QW/client/
r_main.c 693 int R_BmodelCheckBBox (model_t *clmodel, float *minmaxs)
726 rejectpt[0] = minmaxs[pindex[0]];
727 rejectpt[1] = minmaxs[pindex[1]];
728 rejectpt[2] = minmaxs[pindex[2]];
736 acceptpt[0] = minmaxs[pindex[3+0]];
737 acceptpt[1] = minmaxs[pindex[3+1]];
738 acceptpt[2] = minmaxs[pindex[3+2]];
762 float minmaxs[6]; local
785 minmaxs[j] = currententity->origin[j] +
787 minmaxs[3+j] = currententity->origin[j]
    [all...]
gl_model.h 165 float minmaxs[6]; // for bounding box culling member in struct:mnode_s
185 float minmaxs[6]; // for bounding box culling member in struct:mleaf_s
model.h 145 short minmaxs[6]; // for bounding box culling member in struct:mnode_s
165 short minmaxs[6]; // for bounding box culling member in struct:mleaf_s
  /external/quake/quake/src/WinQuake/
model.h 134 short minmaxs[6]; // for bounding box culling member in struct:mnode_s
154 short minmaxs[6]; // for bounding box culling member in struct:mleaf_s
r_main.cpp 680 int R_BmodelCheckBBox (model_t *clmodel, float *minmaxs)
713 rejectpt[0] = minmaxs[pindex[0]];
714 rejectpt[1] = minmaxs[pindex[1]];
715 rejectpt[2] = minmaxs[pindex[2]];
723 acceptpt[0] = minmaxs[pindex[3+0]];
724 acceptpt[1] = minmaxs[pindex[3+1]];
725 acceptpt[2] = minmaxs[pindex[3+2]];
749 float minmaxs[6]; local
772 minmaxs[j] = currententity->origin[j] +
774 minmaxs[3+j] = currententity->origin[j] +
    [all...]
gl_model.h 161 float minmaxs[6]; // for bounding box culling member in struct:mnode_s
181 float minmaxs[6]; // for bounding box culling member in struct:mleaf_s

Completed in 488 milliseconds