Modifier and Type | Class and Description |
---|---|
class |
AbstractJrToggleAction |
class |
AbstractSelectionListenerAction
Abstract class for actions used in jReality applications
which do something if the selection given by the underlying selection manager changes
(e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCameraAction
Abstract class for camera actions.
|
class |
LoadCameraPreferences |
class |
SaveCameraPreferences |
class |
ShiftEyeSeparation
Shifts the camera's eye separation.
|
class |
ShiftFieldOfView
Shifts the camera's field of view.
|
class |
ShiftFocus
Shifts the camera's focus.
|
class |
TogglePerspective
Toggles the camera's perspective property.
|
class |
ToggleStereo
Toggles the camera's stereo property.
|
Modifier and Type | Class and Description |
---|---|
class |
AddTool
Adds tools to a selected SceneGraphComponent (if no SceneGraphComponent is selected, this action is disabled).
|
class |
AssignFaceAABBTree
Assigns a FaceAABBTree to a selected SceneGraphComponent (if no SceneGraphComponent is selected, this action is disabled).
|
class |
CreateAppearance
Create a new Appearance for a selected SceneGraphComponent.
|
class |
CurrentSelection
Adds tools to a selected SceneGraphComponent (if no SceneGraphComponent is selected, this action is disabled).
|
class |
LoadFileToNode
Loads one or several files and adds them as children to the selected scene graph component
(optionally merges indexed face & line sets).
|
class |
LoadReflectionMap
Loads a reflection map for a selected SceneGraphComponent or Appearance.
|
class |
LoadTexture
Loads a texture for a selected SceneGraphComponent or Appearance.
|
class |
Remove
Removes selected scene graph nodes (except the scene root) or tools.
|
class |
Rename
Renames selected SceneGraphNode
(if no SceneGraphNode is selected, this action is disabled).
|
class |
RotateReflectionMapSides
Rotates the sides of the reflection map's cubemap
of a selected SceneGraphComponent or Appearance
to match its top and bottom.
|
class |
SaveSelected
Saves the selected SceneGraphComponent into a file
(if no SceneGraphComponent is selected, this action is disabled).
|
class |
ToggleAppearance
Toggles appearance atributes of a selected SceneGraphComponent or Appearance
(if something different is selected, this action is disabled).
Note that this action does not create new Appearances in the scene tree. |
class |
TogglePickable
Toggles the pickable property of a selected SceneGraphComponent or Geometry.
|
class |
ToggleVisibility
Toggles the visibility of the selected scene graph component.
|
Modifier and Type | Class and Description |
---|---|
class |
ExportIFStoOBJ
Exports a selected IndexedFaceSet as an OBJ file
(if no IndexedFaceSet is selected, this action is disabled).
|
class |
ExportIFStoSTL
Exports a selected IndexedFaceSet as an STL file
(if no IndexedFaceSet is selected, this action is disabled).
|
class |
ExportIFStoVRML
Exports a selected IndexedFaceSet as an VRML file
(if no IndexedFaceSet is selected, this action is disabled).
|
Modifier and Type | Class and Description |
---|---|
class |
ExportImage
Exports the scene displayed in a viewer as an image.
|
class |
ExportOBJ |
class |
ExportPDF
Saves the current scene.
|
class |
ExportPS
Exports the scene displayed in a viewer as a post script file.
|
class |
ExportRIB
Exports the scene displayed in a viewer as a RIB file.
|
class |
ExportScreenshot
Exports the scene displayed in a viewer as an image.
|
class |
ExportSTL |
class |
ExportSVG
Exports the scene displayed in a viewer as a SVG file.
|
class |
ExportU3D
Saves the current scene.
|
class |
ExportVRML |
class |
LoadFile
Loads one or several files into the scene and optionally merges indexed face & line sets
(adds the files as children to the selection managers default selection,
which is usually the scene node).
|
class |
LoadScene
Opens a saved scene in a new ViewerApp.
|
class |
Quit
Closes the current application or informs a listener if one is registered.
|
class |
SaveScene
Saves the current scene.
|
Modifier and Type | Class and Description |
---|---|
class |
LoadSkyBox
Loads a skybox.
|
class |
Maximize
Toggles full screen of the ViewerApp.
There is only one instance of this action. |
class |
RotateSkyboxSides
Rotates the sides of a skybox's cubemap to match its top and bottom.
|
class |
SetViewerSize
Allows to set the viewer size via a dimension panel.
|
class |
SwitchBackgroundColor
Switches the background color of a scene graph's root,
which is used as the background color of the displaying viewer.
|
class |
ToggleBeanShell
Toggles the bean shell within the ViewerApp.
|
class |
ToggleExternalBeanShell
Toggles the ViewerApp's property externalBeanShell
(specifies whether the bean shell is displayed in the viewerApp's frame
or in an external frame).
|
class |
ToggleExternalNavigator
Toggles the ViewerApp's property externalNavigator
(specifies whether the navigator is displayed in the viewerApp's frame
or in an external frame).
|
class |
ToggleMenu
Toggles the visiblity of a given menu bar.
|
class |
ToggleNavigator
Toggles the navigator within the ViewerApp.
|
class |
ToggleRenderSelection
Toggles the rendering of the current selection's bounding box.
|
class |
ToggleShowCursor
Toggles full screen of the ViewerApp's viewer component (where the scene is displayed).
There is only one instance of this action. |
class |
ToggleViewerFullScreen
Toggles full screen of the ViewerApp's viewer component (where the scene is displayed).
There is only one instance of this action. |
class |
ViewerAspect4To3
Sets the viewer aspect ratio to 4:3.
|