Particle Class Reference

#include <c4d_particleobject.h>

详细描述

The information for each particle: its location, movement and life.

Public Attributes

向量   off
向量   v1
向量   v3
Float   t
PARTICLEFLAGS   bits

Member Data Documentation

◆  off

向量 off

The current position of the particle.

◆  v1

向量 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

向量 v3

The current velocity of the particle (speed and direction). See CalcParticleMatrix() .

◆  t

Float t

The current time from the particles birth, this is the age of the particle.

◆  bits

PARTICLEFLAGS bits

The flags for the particle state: PARTICLEFLAGS .