game/src
2022-06-09 15:01:30 +01:00
..
helpers Allow the game to be run from any directory 2022-02-14 16:08:51 +00:00
Error.cpp First version of glsl file reader is in 2021-03-02 17:27:48 +00:00
Error.h Error library now logs all errors before throw 2021-02-09 11:06:43 +00:00
main.cpp Fixed the texture issue. The texture was upside down. 2022-06-09 15:01:30 +01:00
Mesh.cpp Actually added textures to loaded texture buffer so we can skip loading already loaded texetures. 2022-06-09 13:47:55 +01:00
Mesh.h Attempted to follow this tutorial to add model loading. 2022-04-29 15:03:35 +01:00
Model.cpp Actually added textures to loaded texture buffer so we can skip loading already loaded texetures. 2022-06-09 13:47:55 +01:00
Model.h Attempted to follow this tutorial to add model loading. 2022-04-29 15:03:35 +01:00
PlayerCamera.cpp FInally have a working camera in the engine that can be controlled via both keyboard and mouse 2022-02-03 16:55:48 +00:00
PlayerCamera.h FInally have a working camera in the engine that can be controlled via both keyboard and mouse 2022-02-03 16:55:48 +00:00
ShaderLoader.cpp Finally shifted the camera. Now to move it to the camera class. 2022-01-24 15:18:44 +00:00
ShaderLoader.h Finally shifted the camera. Now to move it to the camera class. 2022-01-24 15:18:44 +00:00