SoTransferFunctionfauxShadingDarkenThreshold Property |
Opacity threshold for darkening edges.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFFloat fauxShadingDarkenThreshold { get; }
Public ReadOnly Property fauxShadingDarkenThreshold As SoSFFloat
Get
public:
property SoSFFloat^ fauxShadingDarkenThreshold {
SoSFFloat^ get ();
}
member fauxShadingDarkenThreshold : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks Valid values are between 0.0 and 1.0. The default is 1.0. Only colors with opacity lower than fauxShadingDarkenThreshold will be darkened. Use this to prevent the volume from being globally darkened.
Note |
---|
Field available since Open Inventor 7.0 |
See Also