#include <c4d_particleobject.h>
The information for each particle: its location, movement and life.
Public Attributes | |
Vector | off |
Vector | v1 |
Vector | v3 |
Float | t |
PARTICLEFLAGS | bits |
Vector off |
The current position of the particle.
Vector v1 |
Vector v3 |
The current velocity of the particle (speed and direction). See CalcParticleMatrix().
Float t |
The current time from the particles birth, this is the age of the particle.
PARTICLEFLAGS bits |
The flags for the particle state: PARTICLEFLAGS.