#include <c4d_particleobject.h>
Structure used to change the particle path by the particle modifiers.
Public Attributes |
|
向量 | v |
Int32 | count |
向量 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
.
Int32 count |
The sum count of the velocities added to the velocity vector v .