SGCamera
Class KeyMoveCam

java.lang.Object
  extended by SGCamera.SGCamera
      extended by SGCamera.KeyMoveCam

public class KeyMoveCam
extends SGCamera


Field Summary
 
Fields inherited from class SGCamera.SGCamera
aspect, DOLLY, forward, fov, maxPhi, minPhi, MOUSELOOK, MOVE, ORBIT, parent, phi, pos, rho, right, target, theta, UNBOUND, up, WSAD, ZOOM
 
Constructor Summary
KeyMoveCam(processing.core.PApplet parent, float cx, float cy, float cz, float tx, float ty, float tz)
          Creates a new instance of KeyMoveCam
 
Method Summary
 void feed()
           
 float getDx()
           
 void keyEvent(java.awt.event.KeyEvent e)
           
 void setSpeed(float speed)
           
 
Methods inherited from class SGCamera.SGCamera
dolly, forward, getKeyRegistered, getPos, getRay, lookAt, lookZ, mouseEvent, render, right, roll, rotY, setFOV, setMouseMode, setPosition, setTarget, setTheta, setUpVector, setUpVector, setVerticalLimits, translate, zoom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyMoveCam

public KeyMoveCam(processing.core.PApplet parent,
                  float cx,
                  float cy,
                  float cz,
                  float tx,
                  float ty,
                  float tz)
Creates a new instance of KeyMoveCam

Method Detail

getDx

public float getDx()

feed

public void feed()
Overrides:
feed in class SGCamera

setSpeed

public void setSpeed(float speed)

keyEvent

public void keyEvent(java.awt.event.KeyEvent e)