Uses of Class
com.openinventor.inventor.elements.SoLazyElement
-
Packages that use SoLazyElement Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list. -
-
Uses of SoLazyElement in com.openinventor.inventor.elements
Subclasses of SoLazyElement in com.openinventor.inventor.elements Modifier and Type Class Description class
SoGLLazyElement
Manages the GL state for theSoLazyElement
.Methods in com.openinventor.inventor.elements that return SoLazyElement Modifier and Type Method Description static SoLazyElement
SoLazyElement. getInstance(SoState state)
Deprecated.Returns the top (current) instance of the element in the state Note that the cache dependencies associated with this element are managed differently from other elements: this replaces theSoElement.getConstElement
that is used by standard elements, but which causes cache dependency.
-