SoVolumeRenderingQualitylightingModel Property |
Note: This API is now obsolete.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoSFEnum<SoVolumeRenderingQualityLightingModels> lightingModel { get; }
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public ReadOnly Property lightingModel As SoSFEnum(Of SoVolumeRenderingQualityLightingModels)
Get
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
property SoSFEnum<SoVolumeRenderingQualityLightingModels>^ lightingModel {
SoSFEnum<SoVolumeRenderingQualityLightingModels>^ get ();
}
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member lightingModel : SoSFEnum<SoVolumeRenderingQualityLightingModels> with get
Property Value
Type:
SoSFEnumSoVolumeRenderingQualityLightingModels
RemarksFor backward compatibility with Open Inventor v6. Applications should set this field to OPENGL. Only affects gradient based lighting (OIV.VolumeViz.Nodes.SoVolumeRenderingQuality.m_lighting field).
. Default is OIV6. NOTE: field available since Open Inventor 7.0Obsoletesince Open Inventor 10000.
No longer used. OPENGL mode is always used.
See Also