Uses of Enum Class
com.openinventor.inventor.viewercomponents.SiRenderArea.RenderStatus
Packages that use SiRenderArea.RenderStatus
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
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.RenderStatusModifier and TypeMethodDescriptionSoOffscreenRenderArea.render()Performs an offscreen rendering of the scene graph without saving the result. -
Uses of SiRenderArea.RenderStatus in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents that return SiRenderArea.RenderStatusModifier and TypeMethodDescriptionSiRenderArea.render()Render the managed scene graph (see setSceneGraph).SoRenderAreaCore.render()Applies anSoGLRenderActionto the scene graph managed here.static SiRenderArea.RenderStatusSiRenderArea.RenderStatus.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SiRenderArea.RenderStatusReturns the enum constant of this class with the specified name.static SiRenderArea.RenderStatus[]SiRenderArea.RenderStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.