FRenderCamera¶
-
namespace
marengine -
class
FRenderCamera¶ Public Functions
-
FRenderCamera() = default¶
-
void
calculatePerspective(float zoom, float aspectRatio, float nearPlane, float farPlane)¶
-
void
calculateOrthographic(float left, float right, float top, float bottom, float nearPlane, float farPlane)¶
-
void
recalculateMVP()¶
-
void
calculateCameraTransforms(const CTransform &transform, const CCamera &camera)¶
-
-
class