Changes

Jump to: navigation, search

Canvas3D JS Library

695 bytes added, 10:12, 30 January 2008
Camera
=== Pan Camera Class ===
* INCOMPLETE
 
=== Fixed Camera Class ===
* INCOMPLETE
 
=== Chase Camera Class ===
* INCOMPLETE
 
=== Free Camera Class ===
The Free Camera Class is a camera that can be translated and oriented. It cannot be attached to an item, rather, it can be moved separately by the user. The camera also supports velocities (without friction) that are applied to the object based on time. The Free Camera Class has the following Members:
 
* Getters
** getPosition() -
** getUp() -
** getDir() -
** getLeft() -
** getLinearVel() -
** getAngularVel() -
 
* Setters
** setPosition(vec) -
** setLookAtPoint(vec) -
** setUpVector(vec) -
** setLinearVel(vec) -
** setAngularVec(vec) -
 
 
* Other Functions
** yaw(angle) -
** roll(angle) -
** pitch(angle) -
** update(timeElapsed) -
== World Objects ==
1
edit

Navigation menu