doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
class | idParticleParm |
struct | particleGen_t |
class | idParticleStage |
class | idDeclParticle |
Typedefs | |
typedef struct renderEntity_s | renderEntity_t |
typedef struct renderView_s | renderView_t |
Enumerations | |
enum | prtDistribution_t { PDIST_RECT, PDIST_CYLINDER, PDIST_SPHERE } |
enum | prtDirection_t { PDIR_CONE, PDIR_OUTWARD } |
enum | prtCustomPth_t { PPATH_STANDARD, PPATH_HELIX, PPATH_FLIES, PPATH_ORBIT, PPATH_DRIP } |
enum | prtOrientation_t { POR_VIEW, POR_AIMED, POR_X, POR_Y, POR_Z } |
typedef struct renderEntity_s renderEntity_t |
Definition at line 82 of file DeclParticle.h.
typedef struct renderView_s renderView_t |
Definition at line 83 of file DeclParticle.h.
enum prtCustomPth_t |
Enumerator | |
---|---|
PPATH_STANDARD | |
PPATH_HELIX | |
PPATH_FLIES | |
PPATH_ORBIT | |
PPATH_DRIP |
Definition at line 66 of file DeclParticle.h.
enum prtDirection_t |
Enumerator | |
---|---|
PDIR_CONE | |
PDIR_OUTWARD |
Definition at line 61 of file DeclParticle.h.
enum prtDistribution_t |
Enumerator | |
---|---|
PDIST_RECT | |
PDIST_CYLINDER | |
PDIST_SPHERE |
Definition at line 53 of file DeclParticle.h.
enum prtOrientation_t |
Enumerator | |
---|---|
POR_VIEW | |
POR_AIMED | |
POR_X | |
POR_Y | |
POR_Z |
Definition at line 74 of file DeclParticle.h.