SoDBPrioritizeChildrenCaching Method |
Note: This API is now obsolete.
Set the priority to children caching.
Namespace: OIV.Inventor
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("See documentation for more details")] public static void PrioritizeChildrenCaching( bool onOff )
When set to true, render caches are built from the "bottom up", meaning caches are built for the lowest level separators in the scene graph first. Higher level separators will build caches during subsequent traversals. Several scene graph traversals may be needed to build all possible caches.
When set to false, render caches are built from the top down, meaning caches are built for the highest level separators in the scene graph first.
Setting true may increase rendering performance because of a finer granularity in cache creation and calling. The default is true. Prior to Open Inventor version 6.0, the default was false. The value can also be set using the OIV_PRIORITIZE_CHILDREN_CACHING configuration parameter.Obsoletesince Open Inventor 9000 No longer used.