doom3-gpl
Doom 3 GPL source release
|
#include <DeclParticle.h>
Public Attributes | |
const renderEntity_t * | renderEnt |
const renderView_t * | renderView |
int | index |
float | frac |
idRandom | random |
idVec3 | origin |
idMat3 | axis |
float | age |
idRandom | originalRandom |
float | animationFrameFrac |
Definition at line 85 of file DeclParticle.h.
float particleGen_t::age |
Definition at line 95 of file DeclParticle.h.
float particleGen_t::animationFrameFrac |
Definition at line 97 of file DeclParticle.h.
idMat3 particleGen_t::axis |
Definition at line 92 of file DeclParticle.h.
float particleGen_t::frac |
Definition at line 89 of file DeclParticle.h.
int particleGen_t::index |
Definition at line 88 of file DeclParticle.h.
idVec3 particleGen_t::origin |
Definition at line 91 of file DeclParticle.h.
idRandom particleGen_t::originalRandom |
Definition at line 96 of file DeclParticle.h.
idRandom particleGen_t::random |
Definition at line 90 of file DeclParticle.h.
const renderEntity_t* particleGen_t::renderEnt |
Definition at line 86 of file DeclParticle.h.
const renderView_t* particleGen_t::renderView |
Definition at line 87 of file DeclParticle.h.