Click or drag to resize
SoParticleAnimationendColorVariation Property

Controls magnitude of random variation in the final particle color.

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

Property Value

Type: SoSFVec3f
Remarks

End Color = endColor + (endColor * endColorVariation * RF) with -1 <= RF <= 1.

See Also