Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
Gray3D::cCamera Class Reference

#include <cCamera.h>

Public Member Functions

 cCamera (void)
 
 ~cCamera (void)
 

Public Attributes

cCameraParams m_Param
 params to render the current view. More...
 
cCameraControllerm_pControl
 What are the params for control of this camera. e.g. Control Mode. More...
 

Detailed Description

A positional camera. an eye, angle and FOV width. m_pControl = A camera controller to control how a camera may move.

Constructor & Destructor Documentation

◆ cCamera()

Gray3D::cCamera::cCamera ( void  )

◆ ~cCamera()

Gray3D::cCamera::~cCamera ( void  )

Member Data Documentation

◆ m_Param

cCameraParams Gray3D::cCamera::m_Param

params to render the current view.

◆ m_pControl

cCameraController* Gray3D::cCamera::m_pControl

What are the params for control of this camera. e.g. Control Mode.


The documentation for this class was generated from the following files: