Click or drag to resize
SoParticleAnimationparticleTexture Property

Specifies an in-memory texture used for particles.

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

Property Value

Type: SoSFImage
Remarks

It can be the contents of the file read from particleFilename, an image read directly from an Open Inventor file, or an image defined programmatically using the methods provided by SoSFImage. The default texture is a circular gradient, with gray in the middle and black on the edges. It contains no alpha values.

See Also