Camera::Perspective Struct Reference

#include <camera.h>

List of all members.

Public Attributes

GLdouble fovx
 field of view in X axis
GLdouble aspect
 height / width (?) ratio
GLdouble zNear
 near distance
GLdouble zFar
 far distance


Detailed Description

Definition at line 15 of file camera.h.


Member Data Documentation

GLdouble Camera::Perspective::aspect
 

height / width (?) ratio

Definition at line 17 of file camera.h.

Referenced by Camera::computePerspective(), and Camera::setPerspective().

GLdouble Camera::Perspective::fovx
 

field of view in X axis

Definition at line 17 of file camera.h.

Referenced by Camera::computePerspective(), and Camera::setPerspective().

GLdouble Camera::Perspective::zFar
 

far distance

Definition at line 17 of file camera.h.

Referenced by Camera::computePerspective(), and Camera::setPerspective().

GLdouble Camera::Perspective::zNear
 

near distance

Definition at line 17 of file camera.h.

Referenced by Camera::computePerspective(), and Camera::setPerspective().


The documentation for this struct was generated from the following file:
Generated on Wed Apr 12 14:12:18 2006 for bjs by  doxygen 1.4.5