3d movement

This commit is contained in:
Asuro
2025-02-13 01:58:03 +01:00
parent 137d8fa539
commit 6e82678ade
7 changed files with 429 additions and 468 deletions

View File

@@ -113,7 +113,9 @@ namespace Game
struct Camera
{
Mat4 Transform;
float FreelookXRot = 0.0f;
float FreelookYRot = 0.0f;
Transform Transform;
};
class GameRendering