Uses of Class
com.openinventor.inventor.caches.SoCache
-
Packages that use SoCache Package Description com.openinventor.inventor.actions com.openinventor.inventor.caches com.openinventor.inventor.elements 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 SoCache Modifier and Type Method Description SoCache
SoGLRenderAction. getCache()
Returns the cache that has been set withsetCache()
Methods in com.openinventor.inventor.actions with parameters of type SoCache Modifier and Type Method Description void
SoGLRenderAction. setCache(SoCache cache)
Sets the main cache to use with this render action. -
Uses of SoCache in com.openinventor.inventor.caches
Subclasses of SoCache in com.openinventor.inventor.caches Modifier and Type Class Description class
SoBoundingBoxCache
class
SoNormalCache
ClassSoNormalCache
: A normal cache stores a list of normals.class
SoPrimitiveCountCache
class
SoTangentCache
ClassSoTangentCache
: A tangent cache stores a list of tangents.Methods in com.openinventor.inventor.caches with parameters of type SoCache Modifier and Type Method Description void
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 SoCache Modifier and Type Method Description SoCache
SoCacheElement. getCache()
Returns the cache stored in an instance.Methods in com.openinventor.inventor.elements with parameters of type SoCache Modifier and Type Method Description static void
SoCacheElement. set(SoState state, SoCache cache)
Sets cache in element accessed from state.
-