63#define MAX_FACETS 1024
67#define MAX_PATCH_PLANES 6144
77 int borderPlanes[4+6+16];
78 int borderInward[4+6+16];
79 qboolean borderNoAdjust[4+6+16];
91#define MAX_GRID_SIZE 129
98 vec3_t points[MAX_GRID_SIZE][MAX_GRID_SIZE];
101#define SUBDIVIDE_DISTANCE 16
102#define PLANE_TRI_EPSILON 0.1
103#define WRAP_POINT_EPSILON 0.1
106patchCollide_t *CM_GeneratePatchCollide(
int width,
int height, vec3_t *points,
float subdivisions );
Definition navigation_bsp_load_curve.cpp:34