c4d.modules.particles.BaseParticle

Used to change the particle path by the particle modifiers.

Definition

class c4d.modules.particles. BaseParticle

Member

BaseParticle. v

The velocity sum of the modifications to the particle, the current velocity of the particle is found from Particle . The new velocity is found using this velocity sum and dividing by the sum count .

Type: Vector

BaseParticle. count

This is the sum count of the velocities added to the velocity vector v .

Type: int

Table Of Contents