Uses of Interface
com.openinventor.inventor.viewercomponents.SiRenderArea
-
Packages that use SiRenderArea 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 in com.openinventor.inventor
Classes in com.openinventor.inventor that implement SiRenderArea Modifier and Type Class Description class
SoOffscreenRenderArea
Render to an off-screen buffer for printing or generating textures. -
Uses of SiRenderArea in com.openinventor.inventor.viewercomponents
Classes in com.openinventor.inventor.viewercomponents that implement SiRenderArea Modifier and Type Class Description class
SoRenderAreaCore
(Preview Feature) Utility class to render a scene with an OpenGl context.Methods in com.openinventor.inventor.viewercomponents that return SiRenderArea Modifier and Type Method Description SiRenderArea
SiRenderArea.RenderEventArg. getSource()
Constructors in com.openinventor.inventor.viewercomponents with parameters of type SiRenderArea Constructor Description RenderEventArg(SiRenderArea source)
-