Click or drag to resize
SoVolumeRenderlightDirection Property

Note: This API is now obsolete.

Light direction (relative to the volume).

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 8.5.0.0. Use SoVolumeRenderingQuality::lighting field instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoSFVec3f lightDirection { get; }

Property Value

Type: SoSFVec3f
Remarks

The default is (-1,-1,-1). Only affects CPU computed lighting (i.e. when the OIV.VolumeViz.Nodes.SoVolumeRender.lighting field is true).

Caution note Caution

Obsolete since Open Inventor 8500. Use OIV.VolumeViz.Nodes.SoVolumeRenderingQuality.lighting field instead.

See Also