SoDBRenderCacheModes Enumeration |
Render cache modes.
Namespace: OIV.Inventor
Member name | Value | Description | |
---|---|---|---|
COMPILE | 0 | Display lists are created with COMPILE mode. | |
COMPILE_AND_EXECUTE | 1 | Display lists are created with COMPILE_AND_EXECUTE mode. | |
AUTO_RENDER_CACHE | 2 | Automatically choose mode depending on the hardware. (Default). |
Obsoletesince Open Inventor 10300. RenderCacheMode is no longer used.