#include <c4d_particleobject.h>
The information for each particle: its location, movement and life.
Public Attributes |
|
向量 | off |
向量 | v1 |
向量 | v3 |
Float | t |
PARTICLEFLAGS | bits |
向量 off |
The current position of the particle.
向量 v1 |
This vector is usually calculated by
Cinema 4D
when using the Tangential option in the particle emitter.
The vectors
v1
and
v3
are used to form the axes to align the direction in which the objects attached to the particles are aligned.
向量 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 .