This commit is contained in:
StratiX0
2024-03-25 16:50:58 +01:00
parent 6ee3c2d934
commit a694afbbce
5 changed files with 33 additions and 273 deletions

View File

@@ -55,7 +55,7 @@ bool ApplicationClass::Initialize(int screenWidth, int screenHeight, HWND hwnd)
m_Camera->SetRotation(0.0f, 0.0f, 10.0f);
// Set the file name of the model.
strcpy_s(modelFilename, "cube.obj");
strcpy_s(modelFilename, "cylinder.obj");
strcpy_s(outputModelFilename, "output.txt");