Click or drag to resize
SoVolumeRenderingQualitylightingModel Property

Note: This API is now obsolete.

Sets the lighting model.

Namespace: OIV.VolumeViz.Nodes
Assembly: 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; }

Property Value

Type: SoSFEnumSoVolumeRenderingQualityLightingModels
Remarks

For 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