SoParticleAnimationspeedVariation Property |
Controls magnitude of random variation in the particle speed.
Namespace: OIV.FXViz.NodesAssembly: OIV.FxViz (in OIV.FxViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFFloat speedVariation { get; }
Public ReadOnly Property speedVariation As SoSFFloat
Get
public:
property SoSFFloat^ speedVariation {
SoSFFloat^ get ();
}
member speedVariation : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksParticle Speed = speed + (speed * speedVariation * RF) with -1 <= RF <= 1.
See Also