Uses of Class
com.threerings.opengl.GlApp

Packages that use GlApp
com.threerings.opengl   
com.threerings.opengl.effect.tools   
com.threerings.opengl.gui.tools   
com.threerings.opengl.model.tools   
com.threerings.opengl.util   
com.threerings.tudey.tools Tudey tools. 
 

Uses of GlApp in com.threerings.opengl
 

Subclasses of GlApp in com.threerings.opengl
 class GlCanvasApp
          A base class for applications centered around an OpenGL canvas.
 class GlCanvasTool
          A base class for the OpenGL tool applications.
 class GlDisplayApp
          A base class for applications that use LWJGL's Display class.
 

Methods in com.threerings.opengl that return GlApp
 GlApp GlApp.getApp()
           
 

Uses of GlApp in com.threerings.opengl.effect.tools
 

Subclasses of GlApp in com.threerings.opengl.effect.tools
 class ParticleEditor
          The particle editor application.
 

Uses of GlApp in com.threerings.opengl.gui.tools
 

Subclasses of GlApp in com.threerings.opengl.gui.tools
 class InterfaceTester
          Tool for testing user interfaces.
 

Uses of GlApp in com.threerings.opengl.model.tools
 

Subclasses of GlApp in com.threerings.opengl.model.tools
 class ModelTool
          Base class for tools that view or manipulate a single model (like the model viewer and particle editor).
 class ModelViewer
          A simple model viewer application.
 

Uses of GlApp in com.threerings.opengl.util
 

Methods in com.threerings.opengl.util that return GlApp
 GlApp GlContextWrapper.getApp()
           
 GlApp GlContext.getApp()
          Returns a reference to the application object.
 

Uses of GlApp in com.threerings.tudey.tools
 

Subclasses of GlApp in com.threerings.tudey.tools
 class SceneEditor
          The scene editor application.
 class TudeyTool
          Base class for Tudey tools.
 



Copyright © 2011. All Rights Reserved.