SoParticleAnimationinitialColorVariation Property |
Controls magnitude of random variation in the initial particle color.
Namespace: OIV.FXViz.NodesAssembly: OIV.FxViz (in OIV.FxViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFVec3f initialColorVariation { get; }
Public ReadOnly Property initialColorVariation As SoSFVec3f
Get
public:
property SoSFVec3f^ initialColorVariation {
SoSFVec3f^ get ();
}
member initialColorVariation : SoSFVec3f with get
Property Value
Type:
SoSFVec3f
RemarksInitial Color = initialColor + (initialColor * initialColorVariation * RF) with -1 <= RF <= 1.
See Also