![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cCamera.h>
Public Member Functions | |
cCamera (void) | |
~cCamera (void) | |
Public Attributes | |
cCameraParams | m_Param |
params to render the current view. More... | |
cCameraController * | m_pControl |
What are the params for control of this camera. e.g. Control Mode. More... | |
A positional camera. an eye, angle and FOV width. m_pControl = A camera controller to control how a camera may move.
Gray3D::cCamera::cCamera | ( | void | ) |
Gray3D::cCamera::~cCamera | ( | void | ) |
cCameraParams Gray3D::cCamera::m_Param |
params to render the current view.
cCameraController* Gray3D::cCamera::m_pControl |
What are the params for control of this camera. e.g. Control Mode.