Uses of Class
com.openinventor.inventor.caches.SoCache
Packages that use SoCache
Package
Description
The element classes are used internally for storing information in Open Inventor's traversal state list.
-
Uses of SoCache in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoCacheModifier and TypeMethodDescriptionSoGLRenderAction.getCache()
Returns the cache that has been set withsetCache()
Methods in com.openinventor.inventor.actions with parameters of type SoCache -
Uses of SoCache in com.openinventor.inventor.caches
Subclasses of SoCache in com.openinventor.inventor.cachesModifier and TypeClassDescriptionclass
class
ClassSoNormalCache
: A normal cache stores a list of normals.class
class
ClassSoTangentCache
: A tangent cache stores a list of tangents.Methods in com.openinventor.inventor.caches with parameters of type SoCacheModifier and TypeMethodDescriptionvoid
SoCache.addCacheDependency
(SoState state, SoCache cache) Adds a dependency of this instance on another cache instance. -
Uses of SoCache in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoCacheModifier and TypeMethodDescriptionSoCacheElement.getCache()
Returns the cache stored in an instance.Methods in com.openinventor.inventor.elements with parameters of type SoCache