C4 Engine Terathon Software C4 Engine API Documentation

• Graphics Manager

API Links
Developer Links

class OrthoCameraObject

Defined in:  C4CameraObjects.h
The OrthoCameraObject class encapsulates data pertaining to a camera using an orthographic projection.
Definition

class OrthoCameraObject : public CameraObject

Member Functions
OrthoCameraObject::GetOrthoLeft Returns the left edge of the orthographic view.
OrthoCameraObject::GetOrthoRight Returns the right edge of the orthographic view.
OrthoCameraObject::GetOrthoTop Returns the top edge of the orthographic view.
OrthoCameraObject::GetOrthoBottom Returns the bottom edge of the orthographic view.
OrthoCameraObject::SetOrthoRect Sets the edges of the orthographic view.
Constructor

OrthoCameraObject();

Description


Base Classes
CameraObject An OrthoCameraObject is a specific type of CameraObject.
See Also

OrthoCamera