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: 10.3.0.0 (10.3.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoSFBool cubicInterpolation { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public ReadOnly Property cubicInterpolation As SoSFBool
Get
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
property SoSFBool^ cubicInterpolation {
SoSFBool^ get ();
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
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 OIV.VolumeViz.Nodes.SoVolumeShape.m_interpolation field instead.
See Also