doom3-gpl
Doom 3 GPL source release
|
#include <SmokeParticles.h>
Public Attributes | |
struct singleSmoke_s * | next |
int | privateStartTime |
int | index |
idRandom | random |
idVec3 | origin |
idMat3 | axis |
Definition at line 54 of file SmokeParticles.h.
idMat3 singleSmoke_s::axis |
Definition at line 60 of file SmokeParticles.h.
int singleSmoke_s::index |
Definition at line 57 of file SmokeParticles.h.
struct singleSmoke_s* singleSmoke_s::next |
Definition at line 55 of file SmokeParticles.h.
idVec3 singleSmoke_s::origin |
Definition at line 59 of file SmokeParticles.h.
int singleSmoke_s::privateStartTime |
Definition at line 56 of file SmokeParticles.h.
idRandom singleSmoke_s::random |
Definition at line 58 of file SmokeParticles.h.