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: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoSFBool cubicInterpolation { get; }
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public ReadOnly Property cubicInterpolation As SoSFBool
Get
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
property SoSFBool^ cubicInterpolation {
SoSFBool^ get ();
}
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member cubicInterpolation : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksHeavy GPU usage. Primarily useful for still image rendering. Default is false. NOTE: field available since Open Inventor 7.0Obsoletesince Open Inventor 9300
Use SoVolumeShape.interpolation field instead.
See Also