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: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetTexMemorySize(
	int size
)

Parameters

size
Type: SystemInt32
Remarks

64 is the default.Obsoletesince Open Inventor 9000 No longer used. Please use SoLDMResourceManager.setMaxTexMemory.

See Also