Click or drag to resize
SoVolumeDataSetTexMemorySize Method

Note: This API is now obsolete.

Specifies the maximum texture memory size to use in mega texels.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9.0.0.0. No longer used. Please use SoLDMRessourceParameter maxTexMemory field.")]
public void SetTexMemorySize(
	int size
)

Parameters

size
Type: SystemInt32
Remarks

64 is the default.

Caution note Caution

Obsolete since Open Inventor 9000. No longer used. Please use SoLDMRessourceParameter maxTexMemory field.

See Also