Home | History | Annotate | Download | only in server

Lines Matching full:hull

867 	hull_t		*hull;
878 hull = &loadmodel->hulls[1];
879 hull->clipnodes = out;
880 hull->firstclipnode = 0;
881 hull->lastclipnode = count-1;
882 hull->planes = loadmodel->planes;
883 hull->clip_mins[0] = -16;
884 hull->clip_mins[1] = -16;
885 hull->clip_mins[2] = -24;
886 hull->clip_maxs[0] = 16;
887 hull->clip_maxs[1] = 16;
888 hull->clip_maxs[2] = 32;
890 hull = &loadmodel->hulls[2];
891 hull->clipnodes = out;
892 hull->firstclipnode = 0;
893 hull->lastclipnode = count-1;
894 hull->planes = loadmodel->planes;
895 hull->clip_mins[0] = -32;
896 hull->clip_mins[1] = -32;
897 hull->clip_mins[2] = -24;
898 hull->clip_maxs[0] = 32;
899 hull->clip_maxs[1] = 32;
900 hull->clip_maxs[2] = 64;
914 Deplicate the drawing hull structure as a clipping hull
922 hull_t *hull;
924 hull = &loadmodel->hulls[0];
930 hull->clipnodes = out;
931 hull->firstclipnode = 0;
932 hull->lastclipnode = count-1;
933 hull->planes = loadmodel->planes;