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: 10.3.0.0 (10.3.0.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoSFFloat lightIntensity { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public ReadOnly Property lightIntensity As SoSFFloat
Get
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
property SoSFFloat^ lightIntensity {
SoSFFloat^ get ();
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member lightIntensity : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks The default is 1. Only affects CPU computed lighting (i.e. when the OIV.VolumeViz.Nodes.SoVolumeRender.m_lighting field is true).Obsoletesince Open Inventor 8500.
Use OIV.VolumeViz.Nodes.SoVolumeRenderingQuality.m_lighting field instead.
See Also