World Manager
C4Cameras.h

class OrientedCamera

The OrientedCamera class represents an oriented camera node in a scene graph.
Definition

class OrientedCamera : public FrustumCamera

Constructor

OrientedCamera(float focal, float aspect);

Parameters
focal The focal length of the perspective projection. This determines the field of view.
aspect The aspect ratio of the projection. This is normally the ratio between the height and the width of the viewport.
Description
An oriented camera is a specialization of the frustum camera that holds two angle values describing the camera's orientation is space.
Base Classes
FrustumCamera An oriented camera is a special type of frustum camera.