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: 10.12.3.0 (10.12.3.0)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 9000. No longer used. Please use SoLDMRessourceParameter maxTexMemory field.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
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