Functions | |
struct surface_s * | BuildSurfaces (void) |
Build the surface lists for the brushset. More... | |
struct surface_s * | CSGFaces (struct brushset_s *bs) |
Convert a brush-set to a list of clipped faces. More... | |
struct visfacet_s * | NewFaceFromFace (const struct visfacet_s *in) |
Create a duplicate face. More... | |
void | SplitFace (struct visfacet_s *in, struct plane_s *split, struct visfacet_s **front, struct visfacet_s **back) |
Split a face by a plane. More... | |
Variables | |
struct visfacet_s * | validfaces [MAX_MAP_PLANES] |