Click or drag to resize
SoParticleAnimationParticleShapes Enumeration

Particle shape type.

Namespace: OIV.FXViz.Nodes
Assembly: OIV.FxViz (in OIV.FxViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum ParticleShapes
Members
  Member nameValueDescription
POINT_SHAPE0

Each particle is a point.

LINE_SHAPE1

Each particle is a line.

BILLBOARD_SHAPE2

Each particle is a rectangular billboard (i.e., a screen-aligned rectangle).

Remarks
See Also