Click or drag to resize
SoParticleAnimationspeedVariation Property

Controls magnitude of random variation in the particle speed.

Namespace: OIV.FXViz.Nodes
Assembly: OIV.FxViz (in OIV.FxViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFFloat speedVariation { get; }

Property Value

Type: SoSFFloat
Remarks

Particle Speed = speed + (speed * speedVariation * RF) with -1 <= RF <= 1.

See Also