C4 Engine
C4 Engine API Documentation

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::GetOrthoBox Returns the boundary of the orthographic view.
OrthoCameraObject::SetOrthoBox Sets the boundary of the orthographic view.
Constructor

OrthoCameraObject();

Description


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

OrthoCamera