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: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9.3.0.0. Use SoVolumeShape::interpolation field instead.")]
public SoSFBool cubicInterpolation { get; }

Property Value

Type: SoSFBool
Remarks

Caution note Caution

Heavy GPU usage. Primarily useful for still image rendering. Default is false.

Field available since Open Inventor 7.0

Caution note Caution

Obsolete since Open Inventor 9300. Use OIV.VolumeViz.Nodes.SoVolumeShape.interpolation field instead.

See Also