Click or drag to resize
SoParticleAnimationparticleFilename Property

Specifies the name of the file containing the texture to be applied to the particles.

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

Property Value

Type: SoSFFilePathString
Remarks

As soon as the texture in the file is loaded, the field particleTexture is updated. The standard image file formats are supported. See SoRasterImageRW for the list. If the filename is not an absolute path name, the list of directories maintained by SoInput is searched. If the texture is not found in any of those directories, then the file is searched for relative to the directory from which the SoParticleAnimation node was read.

See Also