ajout des fichier obj forcer

This commit is contained in:
2024-10-01 18:48:01 +02:00
parent 975edf0e62
commit 7f84ab39a1
4 changed files with 41 additions and 16 deletions

View File

@@ -1591,7 +1591,7 @@ void ApplicationClass::GenerateTerrain()
scaleMatrix = XMMatrixScaling(scaleX, scaleY, scaleZ);
// Set the file name of the model.
strcpy_s(modelFilename, "assets/Model/TXT/plane.txt");
strcpy_s(modelFilename, "assets/Model/OBJ/plane.obj");
// Liste des fichiers de texture
std::vector<std::wstring> terrainTexture = {