Lines Matching full:hull
951 hull_t *hull;
962 hull = &loadmodel->hulls[1];
963 hull->clipnodes = out;
964 hull->firstclipnode = 0;
965 hull->lastclipnode = count-1;
966 hull->planes = loadmodel->planes;
967 hull->clip_mins[0] = -16;
968 hull->clip_mins[1] = -16;
969 hull->clip_mins[2] = -24;
970 hull->clip_maxs[0] = 16;
971 hull->clip_maxs[1] = 16;
972 hull->clip_maxs[2] = 32;
974 hull = &loadmodel->hulls[2];
975 hull->clipnodes = out;
976 hull->firstclipnode = 0;
977 hull->lastclipnode = count-1;
978 hull->planes = loadmodel->planes;
979 hull->clip_mins[0] = -32;
980 hull->clip_mins[1] = -32;
981 hull->clip_mins[2] = -24;
982 hull->clip_maxs[0] = 32;
983 hull->clip_maxs[1] = 32;
984 hull->clip_maxs[2] = 64;
998 Deplicate the drawing hull structure as a clipping hull
1006 hull_t *hull;
1008 hull = &loadmodel->hulls[0];
1014 hull->clipnodes = out;
1015 hull->firstclipnode = 0;
1016 hull->lastclipnode = count-1;
1017 hull->planes = loadmodel->planes;