SoMaterialtransparency Property |
Transparency value(s) of the surface.
Namespace: OIV.Inventor.Nodes
Values can range from 0.0 for opaque surfaces to 1.0 for completely transparent surfaces. Default is 0 (opaque).
If the transparency type is SoGLRenderAction.SCREEN_DOOR then only the first transparency value will be used (See SoGLRenderAction.SCREEN_DOOR description). With other transparency types, multiple transparencies will be used, if the SoMaterial node contains as many transparencies as diffuse colors. If there are not as many transparencies as diffuse colors, only the first transparency will be used.
Transparency is the inverse of "opacity" or "alpha" value.