Tesla Graphics Engine Documentation (January 2012)
SetFrame Method (position, right, up, direction)
TeslaTesla.GraphicsICameraSetFrame(Vector3, Vector3, Vector3, Vector3)
Set's the camera's frame.
Declaration Syntax
C#
void SetFrame(
	Vector3 position,
	Vector3 right,
	Vector3 up,
	Vector3 direction
)
Parameters
position (Vector3)
Camera position
right (Vector3)
Right vector
up (Vector3)
Up vector
direction (Vector3)
Forward vector

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)