Click or drag to resize
SoVolumeRenderingQualitycolorInterpolation Property

Controls interpolation of data values used for color lookup.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool colorInterpolation { get; }

Property Value

Type: SoSFBool
Remarks

If false, interpolation is not done on data values used to access the colormap but is still done when computing gradient for lighting. This may be used to render a segmented dataset where interpolation is not appropriate. Default is true. Only affects gradient based lighting (OIV.VolumeViz.Nodes.SoVolumeRenderingQuality.lighting field).

Generally it's better to set the SoVolumeRender.interpolation field to NEAREST, unless you really want to use gradient based lighting.

Note Note

Field available since Open Inventor 7.2

See Also