Click or drag to resize
SoVolumeRenderingHW_Features Enumeration

Hardware Features Mode.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum HW_Features
Members
  Member nameValueDescription
HW_3DTEXMAP0

The system supports OpenGL 3D texture mapping.

On some boards, this query may return true even if your board does not support accelerated 3D textures. In this case performance may be slow, and you may prefer to use 2D textures instead. Note: The inability to determine if 3D textures are accelerated is a limitation of OpenGL, not Open Inventor.

HW_TEXCOLORMAP1

The system supports the OpenGL paletted texture extension and/or the texture color table extension.

HW_TEXCOMPRESSION2

The system supports the OpenGL texture compression extension.

Remarks