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.2.2.0 (10.16.2.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. No longer used. OPENGL mode is always used.")]
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