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: 2024.1.1.0 (2024.1.1)
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 Note

Field available since Open Inventor 9.0

See Also