| Package | Description | 
|---|---|
| com.openinventor.directviz | 
 DirectViz is a ray-tracing extension for Open Inventor. 
 | 
| com.openinventor.inventor.awt | |
| com.openinventor.inventor.mpeg | |
| com.openinventor.inventor.nodes | |
| com.openinventor.inventor.viewercomponents | 
 Viewer components contains helpful tools to implement a custom viewer. 
 | 
| com.openinventor.inventor.viewercomponents.nodes | |
| com.openinventor.medical.helpers | 
 Provides some nodes and helper classes specifically created to facilitate
 implementation of medical applications. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SoDirectVizManager.setCamera(SoCamera camera)
Deprecated.  
Set the camera to use for rendering. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SoCamera | 
SwActiveArea.getCamera()
Deprecated.  
Get the edited camera. 
 | 
SoCamera | 
SwMultiScene.getCamera()
Deprecated.  
  | 
SoCamera | 
SwScene.getCamera()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SwActiveArea.changeCameraValues(SoCamera newCamera)
Deprecated.  
This is called during a paste. 
 | 
void | 
SwConstrainedArea.changeCameraValues(SoCamera newCamera)
Deprecated.  
This is called during a paste. 
 | 
void | 
SwMultiScene.changeCameraValues(SoCamera newCamera)
Deprecated.  
Change the camera of the selected scene. 
 | 
void | 
SwPanel.changeCameraValues(SoCamera newCamera)
Deprecated.  
Sends to a registred SwScene the relevant message. 
 | 
void | 
SwPopupMenu.changeCameraValues(SoCamera newCamera)
Deprecated.  
Sends to a registered SwScene the relevant message. 
 | 
void | 
SwScene.changeCameraValues(SoCamera newCamera)
Deprecated.  
  | 
void | 
SwSceneHandler.changeCameraValues(SoCamera newCamera)
Deprecated.  
  | 
void | 
SwActiveArea.setCamera(SoCamera newCamera)
Deprecated.  
Set the edited camera. 
 | 
void | 
SwConstrainedArea.setCamera(SoCamera newCamera)
Deprecated.  
Sets the camera to use (done in base class) and makes sure that camera
 constrains are satisfied. 
 | 
void | 
SwExaminerArea.setCamera(SoCamera newCamera)
Deprecated.  
Set the edited camera. 
 | 
void | 
SwFlyArea.setCamera(SoCamera newCamera)
Deprecated.  
Set the edited camera. 
 | 
void | 
SwMultiScene.setCamera(SoCamera newCamera)
Deprecated.  
Set the camera of the selected scene. 
 | 
void | 
SwPlaneArea.setCamera(SoCamera newCamera)
Deprecated.  
Set the edited camera. 
 | 
void | 
SwScene.setCamera(SoCamera newCamera)
Deprecated.  
  | 
void | 
SwWalkArea.setCamera(SoCamera newCamera)
Deprecated.  
redefines this to force the camera to be perspective (since orthographic
 camera don't any sense in this area). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SoCamera | 
SoMPEGNavRenderer.getCamera()
Returns the camera currently used by the MPEG renderer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SoMPEGNavRenderer.setCamera(SoCamera camera)
Specifies the camera to be used by the MPEG renderer. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SoOrthographicCamera
Orthographic camera node. 
 | 
class  | 
SoPerspectiveCamera
Perspective camera node. 
 | 
class  | 
SoStereoCamera
Stereo camera node. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SoCamera | 
SoCameraInteractor.getCamera()
Returns the associated camera. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SoCameraInteractor | 
SoCameraInteractor.getNewInstance(SoCamera camera)
Create an instance for the specified camera. 
 | 
void | 
SoCameraInteractor.synchronize(SoCamera camera)
Copy field values from the specified camera to the camera of this interactor. 
 | 
| Constructor and Description | 
|---|
SoCameraInteractor(SoCamera camera)
Create a  
SoCameraInteractor for the specified camera. | 
| Modifier and Type | Method and Description | 
|---|---|
SoCamera | 
SceneInteractor.getCamera()
Returns the current camera. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SoSeparator | 
MedicalHelper.buildSliceAnnotation(SoCamera camera,
                    SoOrthoSlice sliceNode,
                    java.lang.String filename)
Slice viewer annotations. 
 | 
static SoSeparator | 
MedicalHelper.buildSliceScaleBars(SoCamera camera)
Build a scene graph to display dynamic scale bars for slice viewing. 
 | 
static boolean | 
MedicalHelper.orientView(MedicalHelper.Axis axis,
          SoCamera camera,
          SoVolumeData volume)
Equivalent to  
orientView(axis, camera, volume, 1.01f) | 
static boolean | 
MedicalHelper.orientView(MedicalHelper.Axis axis,
          SoCamera camera,
          SoVolumeData volume,
          float slack)
Adjusts the camera to view a slice or volume along the specified axis. 
 | 
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com