Starting framework for static mesh rendering

This commit is contained in:
Dynamitos
2024-05-08 10:51:59 +02:00
parent af7d624d06
commit 46a2713729
31 changed files with 645 additions and 320 deletions
+2
View File
@@ -14,6 +14,8 @@ struct KeyboardInput
float mouseY;
float deltaX;
float deltaY;
float scrollX;
float scrollY;
};
} // namespace Component
} // namespace Seele