c4d.modules.particles.Particle¶
-
class
c4d.modules.particles.
Particle
¶ The information for each particle detailing its located, movement and life.
Attributes
Particle.
v1
¶This vector is usually calculated by Cinema 4D when using the Tangential option in the particle emitter. The vectors
v1
andv3
are used to form the axes to align the direction in which the objects attached to the particles are aligned.Type:
Vector
Particle.
t
¶The current time from the particles birth, this is the age of the particle.
Type: float
Particle.
bits
¶The flags for the particles state:
PARTICLEFLAGS_NONE
None.
PARTICLEFLAGS_VISIBLE
Particle is visible.
PARTICLEFLAGS_ALIVE
Particle is alive.