doom3-gpl
Doom 3 GPL source release
|
#include <tr_local.h>
Public Attributes | |
int | numSourceVerts |
int | numOutputVerts |
int | numMirroredVerts |
int * | mirroredVerts |
int | numIndexes |
glIndex_t * | indexes |
glIndex_t * | silIndexes |
int | numDupVerts |
int * | dupVerts |
int | numSilEdges |
silEdge_t * | silEdges |
dominantTri_t * | dominantTris |
Definition at line 1514 of file tr_local.h.
dominantTri_t* deformInfo_s::dominantTris |
Definition at line 1536 of file tr_local.h.
int* deformInfo_s::dupVerts |
Definition at line 1531 of file tr_local.h.
glIndex_t* deformInfo_s::indexes |
Definition at line 1526 of file tr_local.h.
int* deformInfo_s::mirroredVerts |
Definition at line 1523 of file tr_local.h.
int deformInfo_s::numDupVerts |
Definition at line 1530 of file tr_local.h.
int deformInfo_s::numIndexes |
Definition at line 1525 of file tr_local.h.
int deformInfo_s::numMirroredVerts |
Definition at line 1522 of file tr_local.h.
int deformInfo_s::numOutputVerts |
Definition at line 1520 of file tr_local.h.
int deformInfo_s::numSilEdges |
Definition at line 1533 of file tr_local.h.
int deformInfo_s::numSourceVerts |
Definition at line 1515 of file tr_local.h.
silEdge_t* deformInfo_s::silEdges |
Definition at line 1534 of file tr_local.h.
glIndex_t* deformInfo_s::silIndexes |
Definition at line 1528 of file tr_local.h.