SoLDMResourceManagerSetMaxVVizTexMemory Method |
Note: This API is now obsolete.
Sets the allowed global texture memory in MB (for all data sets).
Namespace: OIV.LDM
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Use OIV.LDM.SoLDMGlobalResourceParameters.SetMaxTexMemory(System.Int32) instead.")] public static void SetMaxVVizTexMemory( int maxTexMemoryMB )
Default is 48 MB. The sum of each texture memory space allowed per data set (OIV.LDM.SoLDMResourceManager.SetMaxTexMemory(System.Int32)) must be less or equal than #getMaxVVizTexMemory.Obsoletesince Open Inventor 10000. Use OIV.LDM.SoLDMGlobalResourceParameters.SetMaxTexMemory(System.Int32) instead.