A Modifier allowing to rotate particle with their rotation speed. More...
Public Member Functions | |
Rotator () | |
Constructor of Rotator. | |
Static Public Member Functions | |
static Rotator * | create () |
Creates and registers a new Rotator. |
A Modifier allowing to rotate particle with their rotation speed.
Instead of controlling directly the particle angle, this modifier allows to control the particle rotation speed.
The rotator derives the particle angle from the particle rotation speed.
For this modifier to work, the PARAM_ANGLE must be enabled (and can be random in addition but not mutable or interpolated) and the PARAM_ROTATION_SPEED must be at least enabled in the model of the group of particles that are modified.
Definition at line 43 of file SPK_Rotator.h.
Rotator | ( | ) |
Constructor of Rotator.
Definition at line 68 of file SPK_Rotator.h.
Rotator * create | ( | ) | [static] |
Creates and registers a new Rotator.
Definition at line 70 of file SPK_Rotator.h.