SoVolumeRenderingQualitycubicInterpolation Property |
Note: This API is now obsolete.
Enable cubic interpolation of data values.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9.3.0.0. Use SoVolumeShape::interpolation field instead.")]
public SoSFBool cubicInterpolation { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 9.3.0.0. Use SoVolumeShape::interpolation field instead.")>
Public ReadOnly Property cubicInterpolation As SoSFBool
Get
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 9.3.0.0. Use SoVolumeShape::interpolation field instead.")]
property SoSFBool^ cubicInterpolation {
SoSFBool^ get ();
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 9.3.0.0. Use SoVolumeShape::interpolation field instead.")>]
member cubicInterpolation : SoSFBool with get
Property Value
Type:
SoSFBoolRemarks Caution |
---|
Heavy GPU usage. Primarily useful for still image rendering. Default is false. |
Field available since Open Inventor 7.0
See Also