Uses of Class
com.openinventor.inventor.viewercomponents.SoRenderAreaCore
-
Packages that use SoRenderAreaCore Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.ivtune IvTune is an extensible, interactive tool that allows the user to inspect and modify Open Inventor scene graphs, even in a running application program. -
-
Uses of SoRenderAreaCore in com.openinventor.inventor
Constructors in com.openinventor.inventor with parameters of type SoRenderAreaCore Constructor Description SoOffscreenRenderArea(SoRenderAreaCore renderAreaCore)
Builds a new offscreen render area by using the given renderAreaCore. -
Uses of SoRenderAreaCore in com.openinventor.ivtune
Methods in com.openinventor.ivtune with parameters of type SoRenderAreaCore Modifier and Type Method Description static void
SoIvTune. start(SoRenderAreaCore name_13896)
Starts an IvTune or Open Inventor Studio session based on the scene graph managed by the givenSoRenderAreaCore
.
-