ClanSoft logo
ClanSoft logo

    CL_Camera::CL_Camera

Syntax

CL_Camera(
         float nearZ,
        float farZ,
        float fov);

Parameters

pos-The position that the camera stands in.
dir-The direction that the camera looks in.
up-The up direction of the camera.
nearZ-Near clipping plane.
farZ-Far clipping plane.
fov-Field of view.

Description

Constructs a camera.


Back to index



This page was built using the Perceps documentation system.