Package | Description |
---|---|
gov.nasa.worldwind | |
gov.nasa.worldwind.awt | |
gov.nasa.worldwind.drag |
Modifier and Type | Interface and Description |
---|---|
interface |
StereoSceneController
An interface for scene controllers that provide stereo.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSceneController |
class |
BasicSceneController |
class |
StereoOptionSceneController
TODO: This file needs to be updated to implement "correct" stereo, as described at:
http://www.orthostereo.com/geometryopengl.html
This scene controller draws in stereo, either red-blue anaglyph or device supported if the display device provides
stereo directly.
|
Modifier and Type | Method and Description |
---|---|
SceneController |
WorldWindowImpl.getSceneController() |
SceneController |
WorldWindow.getSceneController()
Returns the scene controller associated with this instance.
|
Modifier and Type | Method and Description |
---|---|
void |
WorldWindowImpl.setSceneController(SceneController sc) |
void |
WorldWindow.setSceneController(SceneController sceneController)
Specifies a new scene controller for the window.
|
Modifier and Type | Method and Description |
---|---|
SceneController |
WorldWindowGLJPanel.getSceneController() |
SceneController |
WorldWindowGLCanvas.getSceneController() |
Modifier and Type | Method and Description |
---|---|
void |
WorldWindowGLJPanel.setSceneController(SceneController sceneController) |
void |
WorldWindowGLCanvas.setSceneController(SceneController sceneController) |
Modifier and Type | Field and Description |
---|---|
protected SceneController |
DragContext.sceneController
The current
SceneController of the WorldWindow . |
Modifier and Type | Method and Description |
---|---|
SceneController |
DragContext.getSceneController()
Returns the current
SceneController for this drag event. |
Modifier and Type | Method and Description |
---|---|
protected Vec4 |
DraggableSupport.computeGlobeIntersection(Line ray,
double altitude,
boolean useSearchMethod,
Globe globe,
SceneController sceneController)
|
protected Vec4 |
DraggableSupport.computeRelativePoint(Line ray,
Globe globe,
SceneController sceneController,
double altitude)
Attempts to find a position with the altitude specified for objects which are
WorldWind.RELATIVE_TO_GROUND . |
void |
DragContext.setSceneController(SceneController sceneController)
Set the
DragContext SceneController . |