Click or drag to resize
SoDBSetRenderCacheMode Method

Note: This API is now obsolete.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 10.3.0.0. Display lists are no longer used, this method has no effect.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetRenderCacheMode(
	SoDBRenderCacheModes mode
)

Parameters

mode
Type: OIV.InventorSoDBRenderCacheModes
Remarks

Since Open Inventor 10.3, this method has no effect because render caches are automatically managed.

Caution note Caution

Obsolete since Open Inventor 10300. Display lists are no longer used, this method has no effect.

See Also