feat: lecture obj (triangle seulement)

This commit is contained in:
StratiX0
2024-04-26 14:13:29 +02:00
parent 3bb1f095c1
commit 394dda14a5
4 changed files with 149 additions and 0 deletions

View File

@@ -98,6 +98,8 @@ private:
void ReleaseTextures();
bool LoadModel(char*);
bool LoadObjModel(char*);
bool LoadTxtModel(char*);
void ReleaseModel();
void CalculateModelVectors();