mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-21 13:10:37 +02:00
Filesystem update.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
typedef struct Vertex {
|
||||
double pt[3];
|
||||
int index;
|
||||
struct Vertex *prev;
|
||||
} Vertex;
|
||||
|
||||
void tessellate
|
||||
(double **verts,
|
||||
int *nverts,
|
||||
int **tris,
|
||||
int *ntris,
|
||||
const double **contoursbegin,
|
||||
const double **contoursend);
|
||||
Reference in New Issue
Block a user