Terrain + Fix ImGui

Premier test de Terrain.
Fix les attributs des objets dans ImGui
This commit is contained in:
2024-03-27 11:32:50 +01:00
parent 8d56c159c6
commit 20401c1df8
9 changed files with 132 additions and 29 deletions

View File

@@ -27,6 +27,9 @@ public:
XMVECTOR GetRotation();
XMVECTOR GetScale();
public :
bool m_demoSpinning = false;
private:
XMMATRIX m_scaleMatrix;
XMMATRIX m_rotateMatrix;