net.sf.j3d.physics
Class CameraObject
java.lang.Object
net.sf.j3d.threeD.raytracer.camera.OrthographicCamera
net.sf.j3d.threeD.raytracer.camera.PinholeCamera
net.sf.j3d.physics.CameraObject
- All Implemented Interfaces:
- UpdateListener, Camera
public class CameraObject
- extends PinholeCamera
- implements UpdateListener
- Author:
- Mike Murray
| Methods inherited from class net.sf.j3d.threeD.raytracer.camera.OrthographicCamera |
getLocation, getProjectionHeight, getProjectionWidth, getRotationMatrix, getUpDirection, getViewDirection, getViewingDirection, setLocation, setProjectionDimensions, setProjectionHeight, setProjectionWidth, setUpDirection, setViewDirection, setViewingDirection, updateUVW |
CameraObject
public CameraObject(RigidBody model)
update
public void update()
- Specified by:
update in interface UpdateListener
forward
public void forward(double d)
backward
public void backward(double d)
turnLeft
public void turnLeft()
turnRight
public void turnRight()
jump
public void jump(double d)