Uses of Class
com.openinventor.inventor.SoDB.RenderCacheModes
-
Packages that use SoDB.RenderCacheModes Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization. -
-
Uses of SoDB.RenderCacheModes in com.openinventor.inventor
Methods in com.openinventor.inventor that return SoDB.RenderCacheModes Modifier and Type Method Description static SoDB.RenderCacheModes
SoDB. getRenderCacheMode()
Deprecated.As of Open Inventor 10300.static SoDB.RenderCacheModes
SoDB.RenderCacheModes. valueOf(int val)
Deprecated.Returns the enum constant of this type with the specified integer valuestatic SoDB.RenderCacheModes
SoDB.RenderCacheModes. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static SoDB.RenderCacheModes[]
SoDB.RenderCacheModes. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor with parameters of type SoDB.RenderCacheModes Modifier and Type Method Description static void
SoDB. setRenderCacheMode(SoDB.RenderCacheModes mode)
Deprecated.As of Open Inventor 10300.
-