doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Variables
DeclParticle.cpp File Reference
#include "../idlib/precompiled.h"

Go to the source code of this file.

Classes

struct  ParticleParmDesc
 

Variables

const ParticleParmDesc ParticleDistributionDesc []
 
const ParticleParmDesc ParticleDirectionDesc []
 
const ParticleParmDesc ParticleOrientationDesc []
 
const ParticleParmDesc ParticleCustomDesc []
 
const int CustomParticleCount = sizeof( ParticleCustomDesc ) / sizeof( const ParticleParmDesc )
 

Variable Documentation

const int CustomParticleCount = sizeof( ParticleCustomDesc ) / sizeof( const ParticleParmDesc )

Definition at line 65 of file DeclParticle.cpp.

const ParticleParmDesc ParticleCustomDesc[]
Initial value:
= {
{ "standard", 0, "Standard" },
{ "helix", 5, "sizeX Y Z radialSpeed axialSpeed" },
{ "flies", 3, "radialSpeed axialSpeed size" },
{ "orbit", 2, "radius speed"},
{ "drip", 2, "something something" }
}

Definition at line 57 of file DeclParticle.cpp.

const ParticleParmDesc ParticleDirectionDesc[]
Initial value:
= {
{ "cone", 1, "" },
{ "outward", 1, "" },
}

Definition at line 44 of file DeclParticle.cpp.

const ParticleParmDesc ParticleDistributionDesc[]
Initial value:
= {
{ "rect", 3, "" },
{ "cylinder", 4, "" },
{ "sphere", 3, "" }
}

Definition at line 38 of file DeclParticle.cpp.

const ParticleParmDesc ParticleOrientationDesc[]
Initial value:
= {
{ "view", 0, "" },
{ "aimed", 2, "" },
{ "x", 0, "" },
{ "y", 0, "" },
{ "z", 0, "" }
}

Definition at line 49 of file DeclParticle.cpp.