doom3-gpl
Doom 3 GPL source release
|
#include <Model_lwo.h>
Public Attributes | |
struct st_lwKey * | next |
struct st_lwKey * | prev |
float | value |
float | time |
unsigned int | shape |
float | tension |
float | continuity |
float | bias |
float | param [4] |
Definition at line 211 of file Model_lwo.h.
float st_lwKey::bias |
Definition at line 218 of file Model_lwo.h.
float st_lwKey::continuity |
Definition at line 217 of file Model_lwo.h.
struct st_lwKey* st_lwKey::next |
Definition at line 212 of file Model_lwo.h.
float st_lwKey::param[4] |
Definition at line 219 of file Model_lwo.h.
struct st_lwKey * st_lwKey::prev |
Definition at line 212 of file Model_lwo.h.
unsigned int st_lwKey::shape |
Definition at line 215 of file Model_lwo.h.
float st_lwKey::tension |
Definition at line 216 of file Model_lwo.h.
float st_lwKey::time |
Definition at line 214 of file Model_lwo.h.
float st_lwKey::value |
Definition at line 213 of file Model_lwo.h.