lecture fichiers targa 32 et 24 bits

This commit is contained in:
StratiX0
2024-03-21 20:53:28 +01:00
parent c7b2a2c097
commit e0d6eb025c
3 changed files with 14 additions and 10 deletions

View File

@@ -49,6 +49,7 @@ bool ApplicationClass::Initialize(int screenWidth, int screenHeight, HWND hwnd)
// Set the initial position of the camera.
m_Camera->SetPosition(0.0f, 0.0f, -5.0f);
m_Camera->SetRotation(0.0f, 0.0f, 0.0f);
// Create and initialize the model object.
m_Model = new ModelClass;