Package | Description |
---|---|
gov.nasa.worldwind | |
gov.nasa.worldwind.render |
Modifier and Type | Field and Description |
---|---|
protected GLRuntimeCapabilities |
AbstractSceneController.glRuntimeCaps |
Modifier and Type | Method and Description |
---|---|
GLRuntimeCapabilities |
SceneController.getGLRuntimeCapabilities()
Returns the
GLRuntimeCapabilities associated with this SceneController. |
GLRuntimeCapabilities |
AbstractSceneController.getGLRuntimeCapabilities()
Returns the
GLRuntimeCapabilities associated with this SceneController. |
Modifier and Type | Method and Description |
---|---|
void |
SceneController.setGLRuntimeCapabilities(GLRuntimeCapabilities capabilities)
Sets the
GLRuntimeCapabilities associated with this SceneController to the specified parameter. |
void |
AbstractSceneController.setGLRuntimeCapabilities(GLRuntimeCapabilities capabilities)
Sets the
GLRuntimeCapabilities associated with this SceneController to the specified parameter. |
Modifier and Type | Field and Description |
---|---|
protected GLRuntimeCapabilities |
DrawContextImpl.glRuntimeCaps |
Modifier and Type | Method and Description |
---|---|
GLRuntimeCapabilities |
DrawContextImpl.getGLRuntimeCapabilities() |
GLRuntimeCapabilities |
DrawContext.getGLRuntimeCapabilities()
Returns the
GLRuntimeCapabilities associated with this DrawContext. |
Modifier and Type | Method and Description |
---|---|
void |
DrawContextImpl.setGLRuntimeCapabilities(GLRuntimeCapabilities capabilities) |
void |
DrawContext.setGLRuntimeCapabilities(GLRuntimeCapabilities capabilities)
Sets the
GLRuntimeCapabilities associated with this DrawContext to the specified parameter. |