UFO: Alien Invasion
|
Data Fields | |
int | numFaces |
int | numVertexes |
int | numTVertexes |
int | timeValue |
aseVertex_t * | vertexes |
aseTVertex_t * | tvertexes |
aseFace_t * | faces |
aseFace_t * | tfaces |
int | currentFace |
int | currentVertex |
Definition at line 50 of file aselib.cpp.
int aseMesh_t::currentFace |
Definition at line 61 of file aselib.cpp.
Referenced by ASE_KeyMESH(), ASE_KeyMESH_FACE_LIST(), and ASE_KeyTFACE_LIST().
int aseMesh_t::currentVertex |
Definition at line 61 of file aselib.cpp.
Referenced by ASE_KeyMESH(), ASE_KeyMESH_TVERTLIST(), and ASE_KeyMESH_VERTEX_LIST().
aseFace_t* aseMesh_t::faces |
Definition at line 59 of file aselib.cpp.
Referenced by ASE_FreeGeomObject(), ASE_GetSurfaceAnimation(), ASE_KeyMESH(), and ASE_KeyMESH_FACE_LIST().
int aseMesh_t::numFaces |
Definition at line 51 of file aselib.cpp.
Referenced by ASE_GetSurfaceAnimation(), and ASE_KeyMESH().
int aseMesh_t::numTVertexes |
Definition at line 53 of file aselib.cpp.
Referenced by ASE_KeyMESH(), and ASE_KeyMESH_TVERTLIST().
int aseMesh_t::numVertexes |
Definition at line 52 of file aselib.cpp.
Referenced by ASE_KeyMESH(), and ASE_KeyMESH_VERTEX_LIST().
aseFace_t * aseMesh_t::tfaces |
Definition at line 59 of file aselib.cpp.
Referenced by ASE_FreeGeomObject(), ASE_GetSurfaceAnimation(), ASE_KeyMESH(), and ASE_KeyTFACE_LIST().
int aseMesh_t::timeValue |
Definition at line 55 of file aselib.cpp.
Referenced by ASE_KeyMESH().
aseTVertex_t* aseMesh_t::tvertexes |
Definition at line 58 of file aselib.cpp.
Referenced by ASE_FreeGeomObject(), ASE_GetSurfaceAnimation(), ASE_KeyMESH(), and ASE_KeyMESH_TVERTLIST().
aseVertex_t* aseMesh_t::vertexes |
Definition at line 57 of file aselib.cpp.
Referenced by ASE_FreeGeomObject(), ASE_GetSurfaceAnimation(), ASE_KeyMESH(), and ASE_KeyMESH_VERTEX_LIST().