Home | History | Annotate | Download | only in client

Lines Matching refs:edges

180 // clip edges to BSP plane
224 // split into two edges, one on each side, and remember entering
229 Con_Printf ("Out of edges for bmodel\n");
267 // if anything was clipped, reconstitute and add the edges along the clip
273 Con_Printf ("Out of edges for bmodel\n");
343 pedges = pmodel->edges;
358 // copy the edges to bedges, flipping if necessary so always
360 // FIXME: if edges and vertices get caches, these assignments must move
392 pbedge[j-1].pnext = NULL; // mark end of edges
398 Sys_Error ("no edges in bmodel");