Home | History | Annotate | Download | only in WinQuake

Lines Matching refs:psurf

584 void R_RenderBmodelFace (bedge_t *pedges, msurface_t *psurf)

602 if ((edge_p + psurf->numedges + 4) >= edge_max)
604 r_outofedges += psurf->numedges;
668 surface_p->data = (void *)psurf;
670 surface_p->flags = psurf->flags;
677 pplane = psurf->plane;
885 msurface_t *psurf;
889 psurf = &pmodel->surfaces[pmodel->firstmodelsurface];
892 for (i=0 ; i<numsurfaces ; i++, psurf++)
895 pplane = psurf->plane;
900 if (((psurf->flags & SURF_PLANEBACK) && (dot < -BACKFACE_EPSILON)) ||
901 (!(psurf->flags & SURF_PLANEBACK) && (dot > BACKFACE_EPSILON)))
904 R_RenderPoly (psurf, 15);