Data Fields | |
int | numMaterials |
aseMaterial_t | materials [MAX_ASE_MATERIALS] |
aseGeomObject_t | objects [MAX_ASE_OBJECTS] |
char * | buffer |
char * | curpos |
int | len |
int | currentObject |
qboolean | verbose |
Definition at line 87 of file aselib.c.
char* ase_t::buffer |
Definition at line 92 of file aselib.c.
Referenced by ASE_GetToken(), and ASE_Load().
char* ase_t::curpos |
Definition at line 93 of file aselib.c.
Referenced by ASE_GetToken(), and ASE_Load().
Definition at line 96 of file aselib.c.
Referenced by ASE_Free(), ASE_GetCurrentMesh(), ASE_GetNumSurfaces(), ASE_KeyGEOMOBJECT(), ASE_Process(), and CollapseObjects().
int ase_t::len |
Definition at line 94 of file aselib.c.
Referenced by ASE_GetToken(), and ASE_Load().
aseMaterial_t ase_t::materials[MAX_ASE_MATERIALS] |
Definition at line 89 of file aselib.c.
Referenced by ASE_GetSurfaceAnimation(), and ASE_KeyMAP_DIFFUSE().
Definition at line 88 of file aselib.c.
Referenced by ASE_KeyMAP_DIFFUSE(), and ASE_KeyMATERIAL_LIST().
aseGeomObject_t ase_t::objects[MAX_ASE_OBJECTS] |
Definition at line 90 of file aselib.c.
Referenced by ASE_FreeGeomObject(), ASE_GetCurrentMesh(), ASE_GetSurfaceAnimation(), ASE_GetSurfaceName(), ASE_KeyGEOMOBJECT(), ASE_Process(), and CollapseObjects().
Definition at line 97 of file aselib.c.
Referenced by ASE_Load().