SoVolumeShaderraycasting Property |
Note: This API is now obsolete.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoSFBool raycasting { get; }
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public ReadOnly Property raycasting As SoSFBool
Get
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
property SoSFBool^ raycasting {
SoSFBool^ get ();
}
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member raycasting : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksNote: Has no effect unless the forVolumeOnly field is true. Default is true. NOTE: field available since Open Inventor 9.0Obsoletesince Open Inventor 9620
Only raycasting mode will be supported in OIV10
See Also