OpenMoHAA 0.82.0
|
Render patches from BSP into triangles and vertices. More...
#include "g_local.h"
#include "navigation_bsp.h"
Functions | |
surfaceGrid_t * | G_CreateSurfaceGridMesh (int width, int height, Vector ctrl[MAX_GRID_SIZE][MAX_GRID_SIZE], int *indexes, int numIndexes) |
void | G_FreeSurfaceGridMesh (surfaceGrid_t *grid) |
surfaceGrid_t * | G_SubdividePatchToGrid (int width, int height, Vector points[MAX_PATCH_SIZE *MAX_PATCH_SIZE]) |
Render patches from BSP into triangles and vertices.