SoParticleAnimationTransparencyTypes Enumeration |
Type of transparency used by particle.
Namespace: OIV.FXViz.Nodes
Member name | Value | Description | |
---|---|---|---|
ADD | 0 | Additive alpha blending. | |
BLEND | 1 | Multiplicative alpha blending. | |
INHERITED | 2 | Inherited alpha blending defined by SoGLRenderAction.setTransparencyType(). |