Uses of Class
com.openinventor.inventor.SoSceneManager
Packages that use SoSceneManager
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.
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 SoSceneManager in com.openinventor.inventor
Methods in com.openinventor.inventor that return SoSceneManagerModifier and TypeMethodDescriptionSoOffscreenRenderArea.getSceneManager()Returns the encapsulated scene manager. -
Uses of SoSceneManager in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoSceneManagerModifier and TypeMethodDescriptionSoAction.getSceneManager()Return theSoSceneManagerassociated with this action.Methods in com.openinventor.inventor.actions with parameters of type SoSceneManagerModifier and TypeMethodDescriptionvoidSoAction.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 SoSceneManagerModifierConstructorDescriptionDeprecated.As of Open Inventor 9.5.0.0. -
Uses of SoSceneManager in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents that return SoSceneManager -
Uses of SoSceneManager in com.openinventor.ivtune
Methods in com.openinventor.ivtune with parameters of type SoSceneManagerModifier and TypeMethodDescriptionstatic voidSoIvTune.start(SoSceneManager name_13927) Deprecated.As of Open Inventor 9.8.0.0. -
Uses of SoSceneManager in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return SoSceneManagerModifier and TypeMethodDescriptionRenderArea.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 SoSceneManagerModifier and TypeMethodDescriptionbooleanSoOffscreenVolumeRender.synchronousExtraction(SoSceneManager sceneManager) Does extraction synchronously, whereas using trigger field will execute extraction on next redraw.