BaseParticle Struct Reference

#include <c4d_particleobject.h>

Detailed Description

Structure used to change the particle path by the particle modifiers.

Public Attributes

Vector v
 
Int32 count
 

Member Data Documentation

◆ v

Vector v

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

◆ count

Int32 count

The sum count of the velocities added to the velocity vector v.