doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Enumerations
DeclParticle.h File Reference

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 Documentation

Definition at line 82 of file DeclParticle.h.

typedef struct renderView_s renderView_t

Definition at line 83 of file DeclParticle.h.

Enumeration Type Documentation

Enumerator
PPATH_STANDARD 
PPATH_HELIX 
PPATH_FLIES 
PPATH_ORBIT 
PPATH_DRIP 

Definition at line 66 of file DeclParticle.h.

Enumerator
PDIR_CONE 
PDIR_OUTWARD 

Definition at line 61 of file DeclParticle.h.

Enumerator
PDIST_RECT 
PDIST_CYLINDER 
PDIST_SPHERE 

Definition at line 53 of file DeclParticle.h.

Enumerator
POR_VIEW 
POR_AIMED 
POR_X 
POR_Y 
POR_Z 

Definition at line 74 of file DeclParticle.h.