Searched refs:box_hull (Results 1 - 3 of 3) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dpmovetst.c22 static hull_t box_hull; variable
42 box_hull.clipnodes = box_clipnodes;
43 box_hull.planes = box_planes;
44 box_hull.firstclipnode = 0;
45 box_hull.lastclipnode = 5;
83 return &box_hull;
/external/quake/quake/src/QW/server/
H A Dworld.c56 static hull_t box_hull; variable
73 box_hull.clipnodes = box_clipnodes;
74 box_hull.planes = box_planes;
75 box_hull.firstclipnode = 0;
76 box_hull.lastclipnode = 5;
114 return &box_hull;
/external/quake/quake/src/WinQuake/
H A Dworld.cpp56 static hull_t box_hull; variable
73 box_hull.clipnodes = box_clipnodes;
74 box_hull.planes = box_planes;
75 box_hull.firstclipnode = 0;
76 box_hull.lastclipnode = 5;
114 return &box_hull;

Completed in 63 milliseconds