24 #include <flw/cmn/scene/ICamera.h> 33 GLfloat mProjectionLeft;
34 GLfloat mProjectionRight;
35 GLfloat mProjectionBottom;
36 GLfloat mProjectionTop;
37 GLfloat mProjectionNear;
38 GLfloat mProjectionFar;
64 void updateProjection()
override;
66 GLfloat getProjectionNearPlane()
const override;
68 GLfloat getProjectionFarPlane()
const override;
Camera with Orthographic projection.
Definition: CameraOrthographic.h:45
Stores culling box parameters for Orthographic projection.
Definition: CameraOrthographic.h:32
Stores camera view parameters.
Definition: ICamera.h:32