Added model loading

Model loading is complex.
As such in the learnopengl.com tutorial we use assimp to make our life
a little easier.
This commit is contained in:
2022-02-22 00:32:22 +01:00
parent de96aa4136
commit 82cf5b9c93
24 changed files with 487 additions and 480 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
*.obj filter=lfs diff=lfs merge=lfs -text
*.mtl filter=lfs diff=lfs merge=lfs -text
*.jpg filter=lfs diff=lfs merge=lfs -text