Click or drag to resize
SoVolumeRenderDetailGetRgbaValues Method (Queue, Single)

Note: This API is now obsolete.

Returns the RGBA value of each voxel intersected by the pick ray.

Namespace: OIV.VolumeViz.Details
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetRgbaValues(
	Queue rgbaValues,
	float opacityThreshold
)

Parameters

rgbaValues
Type: System.CollectionsQueue
opacityThreshold
Type: SystemSingle
Remarks

Voxels with a alpha value less or equal to opacityThreshold are ignored. Values returned are based on the (possibly subsampled) tiles currently in memory.

Obsolete since Open Inventor 8000.
See Also