This commit is contained in:
Marc-Eric Martel
2021-09-27 13:56:29 -04:00
parent 8f387d2f34
commit 13b567a03e
4 changed files with 33 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ public:
void TurnLeftRight(float value);
void TurnTopBottom(float value);
void Move(bool front, bool back, bool left, bool right, float elapsedTime);
void ApplyTransformation(Transformation& transformation) const;
void ApplyTransformation(Transformation& transformation, bool rel = true) const;
private:
Vector3f m_position;