SoVolumeRenderlightIntensity Property |
Note: This API is now obsolete.
Light intensity in the range [0-1].
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoSFFloat lightIntensity { get; }
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public ReadOnly Property lightIntensity As SoSFFloat
Get
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
property SoSFFloat^ lightIntensity {
SoSFFloat^ get ();
}
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member lightIntensity : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksThe default is 1. Only affects CPU computed lighting (i.e. when the lighting field is true).Obsoletesince Open Inventor 8500
Use SoVolumeRenderingQuality.lighting field instead.
See Also