25 #ifndef ORTHOGRAPHICCAMERA_H_ 26 #define ORTHOGRAPHICCAMERA_H_ 72 void init(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top,
73 GLfloat near, GLfloat far);
A camera with orthographic projection(composite node).
void init(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat near, GLfloat far)
Base class for all cameras (composite node, abstract).
virtual ~OrthographicCamera()
Local header file for GLEW library.
virtual void updateProjection()
static OrthographicCameraSP create()
Base class for all cameras (leaf node, abstract).