BaseParticle Struct Reference

#include <c4d_particleobject.h>

详细描述

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

Public Attributes

向量   v
Int32   count

Member Data Documentation

◆  v

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