Uses of Class
com.openinventor.inventor.elements.SoGLLazyElement
-
Packages that use SoGLLazyElement Package Description com.openinventor.inventor.elements The element classes are used internally for storing information in Open Inventor's traversal state list. -
-
Uses of SoGLLazyElement in com.openinventor.inventor.elements
Methods in com.openinventor.inventor.elements that return SoGLLazyElement Modifier and Type Method Description static SoGLLazyElement
SoGLLazyElement. getInstance(SoState state)
Returns the top (current) instance of the element in the state Note it does NOT cause cache dependency! It also casts away the const.
-