Click or drag to resize
SoParticleAnimationnumParticlesVariation Property

Controls magnitude of random variation in the number of emitted particles.

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

Property Value

Type: SoSFFloat
Remarks

Emitted particles = numParticles + (numParticles * numParticlesVariation * RF) with -1 <= RF <= 1

See Also