doom3-gpl
Doom 3 GPL source release
|
#include <Model_lwo.h>
Public Attributes | |
struct st_lwLayer * | next |
struct st_lwLayer * | prev |
char * | name |
int | index |
int | parent |
int | flags |
float | pivot [3] |
float | bbox [6] |
lwPointList | point |
lwPolygonList | polygon |
int | nvmaps |
lwVMap * | vmap |
Definition at line 531 of file Model_lwo.h.
float st_lwLayer::bbox[6] |
Definition at line 538 of file Model_lwo.h.
int st_lwLayer::flags |
Definition at line 536 of file Model_lwo.h.
int st_lwLayer::index |
Definition at line 534 of file Model_lwo.h.
char* st_lwLayer::name |
Definition at line 533 of file Model_lwo.h.
struct st_lwLayer* st_lwLayer::next |
Definition at line 532 of file Model_lwo.h.
int st_lwLayer::nvmaps |
Definition at line 541 of file Model_lwo.h.
int st_lwLayer::parent |
Definition at line 535 of file Model_lwo.h.
float st_lwLayer::pivot[3] |
Definition at line 537 of file Model_lwo.h.
lwPointList st_lwLayer::point |
Definition at line 539 of file Model_lwo.h.
lwPolygonList st_lwLayer::polygon |
Definition at line 540 of file Model_lwo.h.
struct st_lwLayer * st_lwLayer::prev |
Definition at line 532 of file Model_lwo.h.
lwVMap* st_lwLayer::vmap |
Definition at line 542 of file Model_lwo.h.