CCamera.h File Reference

Implementation of a camera. More...

#include "audio/CAudioDevice.h"
#include "world/CGenericObject.h"
#include "math/CMaths.h"
#include "graphics/CImage.h"

Go to the source code of this file.

Classes

class  chai3d::cCamera
 This class implements a virtual camera. More...
 

Namespaces

 chai3d
 

Enumerations

enum  chai3d::cStereoMode {
  chai3d::C_STEREO_DISABLED, chai3d::C_STEREO_ACTIVE, chai3d::C_STEREO_PASSIVE_LEFT_RIGHT, chai3d::C_STEREO_PASSIVE_TOP_BOTTOM,
  chai3d::C_STEREO_PASSIVE_DUAL_DISPLAY
}
 
enum  chai3d::cEyeMode { chai3d::C_STEREO_LEFT_EYE, chai3d::C_STEREO_RIGHT_EYE }