SoTransferFunctionfauxShadingDarkenThreshold Property |
Opacity threshold for darkening edges.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic SoSFFloat fauxShadingDarkenThreshold { get; }
Public ReadOnly Property fauxShadingDarkenThreshold As SoSFFloat
Get
public:
property SoSFFloat^ fauxShadingDarkenThreshold {
SoSFFloat^ get ();
}
member fauxShadingDarkenThreshold : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksValid 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