Tesla Graphics Engine Documentation (January 2012)
SetProjection Method (mode, left, right, bottom, top, near, far)
TeslaTesla.GraphicsICameraSetProjection(ProjectionMode, Single, Single, Single, Single, Single, Single)
Sets the camera's projection, either an orthographic camera or a perspective camera.
Declaration Syntax
C#
void SetProjection(
	ProjectionMode mode,
	float left,
	float right,
	float bottom,
	float top,
	float near,
	float far
)
Parameters
mode (ProjectionMode)
Projection mode, perspective or orthographic
left (Single)
Minimum x value of the view volume at the near view plane
right (Single)
Maximum x value of the view volume at the near view plane
bottom (Single)
Minimum y value of the view volume at the near view plane
top (Single)
Maximum y value of the view volume at the near view plane
near (Single)
Distance to the near view plane (or min-Z value if ortho)
far (Single)
Distance to the far view plane (or max-Z value if ortho)

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