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

Packages that use Camera
com.threerings.opengl.camera   
com.threerings.opengl.compositor   
com.threerings.opengl.effect Effect classes. 
com.threerings.opengl.gui User interface classes. 
 

Uses of Camera in com.threerings.opengl.camera
 

Methods in com.threerings.opengl.camera with parameters of type Camera
 void Camera.setProjection(Camera ocamera)
          Copies the projection parameters of another camera.
 

Constructors in com.threerings.opengl.camera with parameters of type Camera
CameraHandler(GlContext ctx, Camera camera, boolean matchRenderSurface)
          Creates a new camera handler for the specified camera.
OrbitCameraHandler(GlContext ctx, Camera camera, boolean matchRenderSurface)
          Creates a new orbit camera handler for the specified camera.
 

Uses of Camera in com.threerings.opengl.compositor
 

Methods in com.threerings.opengl.compositor that return Camera
 Camera Compositor.getCamera()
          Returns a reference to the camera.
 

Methods in com.threerings.opengl.compositor with parameters of type Camera
 void Compositor.setCamera(Camera camera)
          Sets the camera reference.
 

Uses of Camera in com.threerings.opengl.effect
 

Methods in com.threerings.opengl.effect that return Camera
 Camera BaseParticleSystem.Layer.getCamera()
          Returns a reference to the camera.
 

Uses of Camera in com.threerings.opengl.gui
 

Methods in com.threerings.opengl.gui that return Camera
 Camera RenderableView.getCamera()
          Returns a reference to the view camera.
 



Copyright © 2011. All Rights Reserved.