Camera - MalisPierre/ModularGame GitHub Wiki

Class Camera


Description:

This Class allow you to customize the Camera in the scene.


Functions:

float GetZoom()

void SetZoom(float NewZoom)

void SetOrthographic()

void SetPerspective()

void LookAt(Vector3 TargetPos)

void MoveToward(Vector3 TargetPos, float Step)

void SetPosition(Vector3 NewPos)

void MoveUp(float Step)

void MoveRight(float Step)

void MoveForward(float Step)

void RotateUp(float Step)

void RoateDown(float Step)

void RotateRight(float Step)

void RotateLeft(float Step)

float GetRotationX()

float GetRotationY()

float GetRotationZ()

Vector3 GetRotation()

void SetRotation(Vector3 Rot)