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: 9.9.36.0 (9.9.36.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 SoVolumeShape.interpolation field instead.

See Also