Click or drag to resize
SoVolumeDataStorageHints Enumeration

Note: This API is now obsolete.

Storage Hints mode TODO: this enum should be in the private section as its storageHints deprecated field coiunterpart BUT it is used in other internal implementation place.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 8.6.0.0. Field value will be ignored.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public enum StorageHints
Members
  Member nameValueDescription
AUTO0

Auto (Default)

TEX2D_MULTI1

Multi-texture 2D.

TEX2D1

(synonym for TEXT2D_MULTI)

TEX3D2

Texture 3D.

MEMORY3

In memory.

Remarks

Caution note Caution

Obsolete since Open Inventor 8600. Field value will be ignored.

See Also