Click or drag to resize
SoTransferFunctionfauxShadingLength Property

Controls how many color values will be affected by faux shading.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFFloat fauxShadingLength { get; }

Property Value

Type: SoSFFloat
Remarks

Valid values are between 0.0 and 1.0 (in other words a percentage of the color map). 0.0 (the default) means no faux shading. Faux shading is applied between minValue and minValue + ( maxValue - minValue ) * fauxShadingLength. Faux shading darkens the color and reduces the opacity of the affected color map entries.

Note Note

Field available since Open Inventor 7.0

See Also