HomeSort by relevance Sort by last modified time
    Searched refs:box_hull (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/client/
pmovetst.c 22 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/
world.c 56 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/
world.cpp 56 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 132 milliseconds