Click or drag to resize
SoVolumeTriangleStripSet.interpolation Property

Interpolation mode.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax
public SoSFEnum<SoVolumeShape. Interpolations> interpolation { get; }

Property Value

Type: SoSFEnum<SoVolumeShape.Interpolations>
Remarks

. Default is LINEAR. NOTE: In most cases on modern graphics boards, indexed textures are used, so this refers to interpolation of volume data values.

See Also