Lines Matching full:hull
948 hull_t *hull;
959 hull = &loadmodel->hulls[1];
960 hull->clipnodes = out;
961 hull->firstclipnode = 0;
962 hull->lastclipnode = count-1;
963 hull->planes = loadmodel->planes;
964 hull->clip_mins[0] = -16;
965 hull->clip_mins[1] = -16;
966 hull->clip_mins[2] = -24;
967 hull->clip_maxs[0] = 16;
968 hull->clip_maxs[1] = 16;
969 hull->clip_maxs[2] = 32;
971 hull = &loadmodel->hulls[2];
972 hull->clipnodes = out;
973 hull->firstclipnode = 0;
974 hull->lastclipnode = count-1;
975 hull->planes = loadmodel->planes;
976 hull->clip_mins[0] = -32;
977 hull->clip_mins[1] = -32;
978 hull->clip_mins[2] = -24;
979 hull->clip_maxs[0] = 32;
980 hull->clip_maxs[1] = 32;
981 hull->clip_maxs[2] = 64;
995 Deplicate the drawing hull structure as a clipping hull
1003 hull_t *hull;
1005 hull = &loadmodel->hulls[0];
1011 hull->clipnodes = out;
1012 hull->firstclipnode = 0;
1013 hull->lastclipnode = count-1;
1014 hull->planes = loadmodel->planes;