Function ParticlesMaterial.orbitVelocity
Orbital velocity applied to each particle. Makes the particles circle around origin. Specified in number of full rotations around origin per second.
Only available when flagDisableZ
is true
.
double orbitVelocity() nothrow @property @nogc;
void orbitVelocity
(
double v
) nothrow @property @nogc;