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

BIN
Models/ao.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Models/backpack.mtl (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Models/backpack.obj (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Models/diffuse.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Models/normal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 MiB

BIN
Models/roughness.jpg (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,3 @@
Model by Berk Gedik, from: https://sketchfab.com/3d-models/survival-guitar-backpack-low-poly-799f8c4511f84fab8c3f12887f7e6b36
Modified material assignment (Joey de Vries) for easier load in OpenGL model loading chapter, and renamed albedo to diffuse and metallic to specular to match non-PBR lighting setup.

BIN
Models/specular.jpg (Stored with Git LFS) Normal file

Binary file not shown.