#include <actions.h>
Public Member Functions | |
~PASource () | |
Public Attributes | |
pDomain * | position |
pDomain * | positionB |
pDomain * | upVec |
pDomain * | velocity |
pDomain * | rvelocity |
pDomain * | size |
pDomain * | color |
pDomain * | alpha |
float | particle_rate |
float | age |
float | age_sigma |
bool | vertexB_tracks |
EXEC_METHOD |
Definition at line 293 of file actions.h.
PASource::~PASource | ( | ) | [inline] |
Definition at line 310 of file actions.h.
References alpha, color, position, positionB, rvelocity, size, upVec, and velocity.
00311 { 00312 delete position; // Choose a position in this domain. 00313 delete positionB; // Choose a positionB in this domain. 00314 delete upVec; // Choose an up vector in this domain 00315 delete velocity; // Choose a velocity in this domain. 00316 delete rvelocity; // Choose a rotation velocity in this domain. 00317 delete size; // Choose a size in this domain. 00318 delete color; // Choose a color in this domain. 00319 delete alpha; // Choose an alpha in this domain. 00320 }
float PASource::particle_rate |
float PASource::age |
float PASource::age_sigma |