QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
csg4.h File Reference
This graph shows which files directly or indirectly include this file:

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]