Click or drag to resize
SoParticleAnimationTransparencyTypes Enumeration

Type of transparency used by particle.

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

Additive alpha blending.

BLEND1

Multiplicative alpha blending.

INHERITED2

Inherited alpha blending defined by SoGLRenderAction.setTransparencyType().

Remarks
See Also