SoVolumeBufferedShape.interpolation Property |
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoSFEnum<SoVolumeShape. Interpolations> interpolation { get; }
Public ReadOnly Property interpolation As SoSFEnum(Of SoVolumeShape.Interpolations)
Get
public:
property SoSFEnum<SoVolumeShape. Interpolations>^ interpolation {
SoSFEnum<SoVolumeShape. Interpolations>^ get ();
}
member interpolation : SoSFEnum<SoVolumeShape. Interpolations> with 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