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: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. 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