SoVolumeRenderlightDirection Property |
Note: This API is now obsolete.
Light direction (relative to the volume).
Namespace: OIV.VolumeViz.NodesAssembly: 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 SoSFVec3f lightDirection { get; }
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public ReadOnly Property lightDirection As SoSFVec3f
Get
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
property SoSFVec3f^ lightDirection {
SoSFVec3f^ get ();
}
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member lightDirection : SoSFVec3f with get
Property Value
Type:
SoSFVec3fRemarks The default is (-1,-1,-1). Only affects CPU computed lighting (i.e. when the OIV.VolumeViz.Nodes.SoVolumeRender.m_lighting field is true).Obsoletesince Open Inventor 8500.
Use OIV.VolumeViz.Nodes.SoVolumeRenderingQuality.m_lighting field instead.
See Also