OpenMoHAA 0.82.1
|
Provide utility functions to create windings from brushes, so surface can be created from them. More...
#include "g_local.h"
#include "navigation_bsp.h"
Macros | |
#define | COLINEAR_AREA 10 |
#define | MAX_INDEXES 1024 |
Functions | |
qboolean | BoundBrush (cbrush_t &brush) |
qboolean | CreateBrushWindings (const Container< cplane_t > &planes, cbrush_t &brush) |
void | FanFaceSurface (navSurface_t &surface, const winding_t *winding, size_t baseVertex) |
qboolean | IsTriangleDegenerate (const vec3_t *points, int a, int b, int c) |
void | G_StripFaceSurface (navSurface_t &surface, const winding_t *winding) |
Provide utility functions to create windings from brushes, so surface can be created from them.
qboolean IsTriangleDegenerate | ( | const vec3_t * | points, |
int | a, | ||
int | b, | ||
int | c ) |
Brush loading