Scaling + Rotation + Translation

This commit is contained in:
StratiX0
2024-03-26 11:31:04 +01:00
parent 86e06aea02
commit 3ee96cf6ec
2 changed files with 46 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ public:
bool Frame();
private:
bool Render(float);
bool Render(float, float, float, float);
private:
D3DClass* m_Direct3D;