Optimization du renderer.

This commit is contained in:
MarcEricMartel
2021-12-03 11:49:59 -05:00
parent 033f69465c
commit ecddc82e7b
13 changed files with 158 additions and 117 deletions

View File

@@ -19,7 +19,7 @@ public:
Vector3f GetDirection() const;
Vector3f GetVelocity() const;
Vector3f GetPOV() const;
void Transpose(int& x, int& z);
void Teleport(int& x, int& z);
private:
Vector3f m_position;