Uses of Class
com.openinventor.inventor.SoSceneManager
-
Packages that use SoSceneManager Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.actions com.openinventor.inventor.touch com.openinventor.inventor.viewercomponents Viewer components contains helpful tools to implement a custom viewer.com.openinventor.ivtune IvTune is used for viewing and interacting with the scene graph in an Open Inventor application.com.openinventor.remoteviz.rendering Table of Contents com.openinventor.volumeviz.nodes -
-
Uses of SoSceneManager in com.openinventor.inventor
Methods in com.openinventor.inventor that return SoSceneManager Modifier and Type Method Description SoSceneManager
SoOffscreenRenderArea. getSceneManager()
Returns the encapsulated scene manager. -
Uses of SoSceneManager in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoSceneManager Modifier and Type Method Description SoSceneManager
SoAction. getSceneManager()
Return theSoSceneManager
associated with this action.Methods in com.openinventor.inventor.actions with parameters of type SoSceneManager Modifier and Type Method Description void
SoAction. setSceneManager(SoSceneManager mgr)
Set the scene manager associated with this action (if any ). -
Uses of SoSceneManager in com.openinventor.inventor.touch
Constructors in com.openinventor.inventor.touch with parameters of type SoSceneManager Constructor Description SoTouchManager(SoSceneManager sM)
Deprecated.As of Open Inventor 9500. -
Uses of SoSceneManager in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents that return SoSceneManager Modifier and Type Method Description SoSceneManager
SoRenderAreaCore. getSceneManager()
Returns the scene manager. -
Uses of SoSceneManager in com.openinventor.ivtune
Methods in com.openinventor.ivtune with parameters of type SoSceneManager Modifier and Type Method Description static void
SoIvTune. start(SoSceneManager name_14299)
Deprecated.As of Open Inventor 9800. -
Uses of SoSceneManager in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return SoSceneManager Modifier and Type Method Description SoSceneManager
RenderArea. getSceneManager()
Gets the Open Inventor scene manager associated with the renderArea. -
Uses of SoSceneManager in com.openinventor.volumeviz.nodes
Methods in com.openinventor.volumeviz.nodes with parameters of type SoSceneManager Modifier and Type Method Description boolean
SoOffscreenVolumeRender. synchronousExtraction(SoSceneManager sceneManager)
Does extraction synchronously, whereas using trigger field will execute extraction on next redraw.
-