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