![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <Model_lwo.h>
Public Attributes | |
| struct st_lwVMap * | next |
| struct st_lwVMap * | prev |
| char * | name |
| unsigned int | type |
| int | dim |
| int | nverts |
| int | perpoly |
| int * | vindex |
| int * | pindex |
| float ** | val |
| int | offset |
Definition at line 465 of file Model_lwo.h.
| int st_lwVMap::dim |
Definition at line 469 of file Model_lwo.h.
| char* st_lwVMap::name |
Definition at line 467 of file Model_lwo.h.
| struct st_lwVMap* st_lwVMap::next |
Definition at line 466 of file Model_lwo.h.
| int st_lwVMap::nverts |
Definition at line 470 of file Model_lwo.h.
| int st_lwVMap::offset |
Definition at line 477 of file Model_lwo.h.
| int st_lwVMap::perpoly |
Definition at line 471 of file Model_lwo.h.
| int* st_lwVMap::pindex |
Definition at line 473 of file Model_lwo.h.
| struct st_lwVMap * st_lwVMap::prev |
Definition at line 466 of file Model_lwo.h.
| unsigned int st_lwVMap::type |
Definition at line 468 of file Model_lwo.h.
| float** st_lwVMap::val |
Definition at line 474 of file Model_lwo.h.
| int* st_lwVMap::vindex |
Definition at line 472 of file Model_lwo.h.
1.8.6.