Class Index | File Index

Classes


Class threedee.CameraNode


Extends .
A camera node.
Defined in: CameraNode.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new camera node.
Method Summary
Method Attributes Method Name and Description
 
lookAt(eye, center, up)
Transforms the node so it looks at the specified point.
Class Detail
threedee.CameraNode()
Constructs a new camera node.
Method Detail
lookAt(eye, center, up)
Transforms the node so it looks at the specified point.
Parameters:
{threedee.Vector} eye
The position of the eye
{threedee.Vector} center
The point the eye looks at
{threedee.Vector} up
The up vector of the eye The transformation matrix

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Jan 03 2012 16:18:56 GMT+0100 (CET)