public class ConfiguringGLRuntimeCapabilities extends ApplicationTemplate
GLRuntimeCapabilities
. By defining a custom WorldWindowGLDrawable
and
setting properties on the GLRuntimeCapabilities attached to its SceneController, applications can specify which
OpenGL features World Wind uses during rendering.Modifier and Type | Class and Description |
---|---|
static class |
ConfiguringGLRuntimeCapabilities.MyGLAutoDrawable
Subclass of
WorldWindowGLAutoDrawable which overrides the method WorldWindowGLAutoDrawable.init(javax.media.opengl.GLAutoDrawable) to configure the OpenGL
features used by the World Wind SDK. |
ApplicationTemplate.AppFrame, ApplicationTemplate.AppPanel
Constructor and Description |
---|
ConfiguringGLRuntimeCapabilities() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
insertAfterPlacenames, insertBeforeCompass, insertBeforeLayerName, insertBeforePlacenames, start
public static void main(String[] args)