Uses of Class
com.threerings.opengl.camera.CameraHandler

Packages that use CameraHandler
com.threerings.opengl   
com.threerings.opengl.camera   
com.threerings.opengl.gui User interface classes. 
com.threerings.opengl.util   
 

Uses of CameraHandler in com.threerings.opengl
 

Methods in com.threerings.opengl that return CameraHandler
 CameraHandler GlApp.getCameraHandler()
           
 

Methods in com.threerings.opengl with parameters of type CameraHandler
 void GlApp.setCameraHandler(CameraHandler camhand)
           
 

Uses of CameraHandler in com.threerings.opengl.camera
 

Subclasses of CameraHandler in com.threerings.opengl.camera
 class OrbitCameraHandler
          Swings the camera around a target position.
 

Uses of CameraHandler in com.threerings.opengl.gui
 

Methods in com.threerings.opengl.gui that return CameraHandler
 CameraHandler RenderableView.getCameraHandler()
          Returns a reference to the camera handler.
 

Uses of CameraHandler in com.threerings.opengl.util
 

Methods in com.threerings.opengl.util that return CameraHandler
 CameraHandler GlContextWrapper.getCameraHandler()
           
 CameraHandler GlContext.getCameraHandler()
          Returns a reference to the camera handler.
 

Methods in com.threerings.opengl.util with parameters of type CameraHandler
 void GlContextWrapper.setCameraHandler(CameraHandler camhand)
           
 void GlContext.setCameraHandler(CameraHandler camhand)
          Sets the camera handler reference.
 



Copyright © 2011. All Rights Reserved.