Click or drag to resize
SoVolumeRenderingQualitycubicInterpolation Property

Note: This API is now obsolete.

Enable cubic interpolation of data values.

Namespace: OIV.VolumeViz.Nodes
Assembly: 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; }

Property Value

Type: SoSFBool
Remarks

Heavy 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