Uses of Class
com.openinventor.inventor.viewercomponents.SiRenderArea.RenderStatus
-
Packages that use SiRenderArea.RenderStatus Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.viewercomponents Viewer components contains helpful tools to implement a custom viewer. -
-
Uses of SiRenderArea.RenderStatus in com.openinventor.inventor
Methods in com.openinventor.inventor that return SiRenderArea.RenderStatus Modifier and Type Method Description SiRenderArea.RenderStatus
SoOffscreenRenderArea. render()
Calling therender()
method is useless and does nothing. -
Uses of SiRenderArea.RenderStatus in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents that return SiRenderArea.RenderStatus Modifier and Type Method Description SiRenderArea.RenderStatus
SiRenderArea. render()
Render the managed scene graph (see setSceneGraph).SiRenderArea.RenderStatus
SoRenderAreaCore. render()
Applies anSoGLRenderAction
to the scene graph managed here.static SiRenderArea.RenderStatus
SiRenderArea.RenderStatus. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SiRenderArea.RenderStatus
SiRenderArea.RenderStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SiRenderArea.RenderStatus[]
SiRenderArea.RenderStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-