Work In Progress
Go to file
Nigel 82cf5b9c93 Added model loading
Model loading is complex.
As such in the learnopengl.com tutorial we use assimp to make our life
a little easier.
2022-02-22 00:32:22 +01:00
.vscode Matrices and transformations 2022-02-12 21:38:31 +01:00
Models Added model loading 2022-02-22 00:32:22 +01:00
src Added model loading 2022-02-22 00:32:22 +01:00
Textures Added model loading 2022-02-22 00:32:22 +01:00
.gitattributes Added model loading 2022-02-22 00:32:22 +01:00
.gitignore Added model loading 2022-02-22 00:32:22 +01:00
lightsource.fs Lighting: Basic color 2022-02-13 13:19:54 +01:00
lightsource.vs Lighting: Basic color 2022-02-13 13:19:54 +01:00
Makefile Added model loading 2022-02-22 00:32:22 +01:00
README.md Added a simple small README file. 2022-02-06 13:44:00 +01:00
shader.fs Added model loading 2022-02-22 00:32:22 +01:00
shader.vs Added model loading 2022-02-22 00:32:22 +01:00

Learn OpenGL

OpenGL logo

Resources Used

learnopengl.com
en.cppreference.com