Click or drag to resize
SoAlgebraicShapegenerateTransparency Property

Specify if the shape generates transparent fragment.

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

This field is similar to the one in OIV.Inventor.Nodes.SoShaderProgram. If set to true, the shape is considered as transparent. Otherwise, the shape transparency is deducted from the state. Note that this flag is useful is you want to generate transparent color from custom computer color shader slot without binding a material node.

Default value is false.

See Also