Click or drag to resize
SoShaderProgramgenerateTransparency Property

If set to true, then shapes affected by this shader will be considered transparent.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFBool generateTransparency { get; }

Property Value

Type: SoSFBool
Remarks

Otherwise, the shape transparency is deducted from the state.

This allows Open Inventor to apply the correct handling for the current transparency mode.

Default is false.

NOTE: field available since Open Inventor 9.0

See Also