Click or drag to resize
SoParticleAnimationendSizeVariation Property

Controls magnitude of random variation in the final particle size.

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

Property Value

Type: SoSFFloat
Remarks

End Size = endSize + (endSize * endSizeVariation * RF) with -1 <= RF <= 1.

See Also