de.beamertool.viewer.gui.opengl.gl
Class Camera
java.lang.Object
de.beamertool.viewer.gui.opengl.gl.Camera
public class Camera
- extends Object
A simple representation of a camera, which allows the user to easily
position the viewpoint in 3D space and to aim the viewpoint at a
specific target.
- Author:
- Chris Campbell
Camera
public Camera()
getLocation
public Point3f getLocation()
getTarget
public Point3f getTarget()
setLocation
public void setLocation(Point3f location)
setTarget
public void setTarget(Point3f target)
setup
public void setup(GL gl,
GLU glu)