Click or drag to resize
SoParticleAnimationinitialColorVariation Property

Controls magnitude of random variation in the initial 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 initialColorVariation { get; }

Property Value

Type: SoSFVec3f
Remarks

Initial Color = initialColor + (initialColor * initialColorVariation * RF) with -1 <= RF <= 1.

See Also