SoParticleSnow Properties |
The SoParticleSnow type exposes the following members.
Name | Description | |
---|---|---|
![]() | boundingBoxIgnoring | Whether to ignore this node during bounding box traversal. |
![]() | dispersionAngles | Defines two angles (specified in radians) within which particles are randomly emitted. |
![]() | emitShapeType | Specifies a predefined shape from which particles are emitted. |
![]() | endColor | Final particle color. |
![]() | endColorVariation | Controls magnitude of random variation in the final particle color. |
![]() | endOpacity | Final particle opacity: 0 = fully transparent, 1 = opaque. |
![]() | endOpacityVariation | Controls magnitude of random variation in the final particle opacity. |
![]() | endSize | Final particle size in world coordinates. |
![]() | endSizeVariation | Controls magnitude of random variation in the final particle size. |
![]() | goalFramesPerSecond | Indicates the goal number of frames per second for refreshing the particles. |
![]() | initialColor | Initial particle color. |
![]() | initialColorVariation | Controls magnitude of random variation in the initial particle color. |
![]() | initialOpacity | Initial particle opacity: 0 is fully transparent, 1 is opaque. |
![]() | initialOpacityVariation | Controls magnitude of random variation in the initial particle opacity. |
![]() | initialSize | Initial particle size in world coordinates. |
![]() | initialSizeVariation | Controls magnitude of random variation in the initial particle size. |
![]() | IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) |
![]() | lifeSpan | Particle life span in milliseconds. |
![]() | lifeSpanVariation | Controls magnitude of random variation in the particle life span. |
![]() | numParticles | Number of emitted particles. |
![]() | numParticlesVariation | Controls magnitude of random variation in the number of emitted particles. |
![]() | on | Activates/deactivates the particle system. |
![]() | particleFilename | Specifies the name of the file containing the texture to be applied to the particles. |
![]() | particleLife | Specifies if particles are emitted one time (SoParticleAnimation.ONE_EMISSION) or cyclically (SoParticleAnimation.CYCLIC_EMISSION). |
![]() | particleShape | Specifies the shape of the particles. |
![]() | particleTexture | Specifies an in-memory texture used for particles. |
![]() | shapeScale | Specifies a nonuniform scale factor applied to the predefined shape from which particles are emitted. |
![]() | speed | Specifies the particle speed in units per second. |
![]() | speedVariation | Controls magnitude of random variation in the particle speed. |
![]() | transparencyType | Transparency type used for drawing particles. |
![]() | trigger | Has two meanings depending on the value of particleLife: |
![]() | UserData |
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.) |