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.12.3.0 (10.12.3.0)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 10000. No longer used. OPENGL mode is always used.")]
[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.lighting field).

. Default is OIV6.

Field available since Open Inventor 7.0

Caution note Caution

Obsolete since Open Inventor 10000. No longer used. OPENGL mode is always used.

See Also