game/src
2022-06-16 13:36:48 +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 Added pbr compatible model to be rendered 2022-06-16 13:36:48 +01:00
Mesh.cpp Unload textures when model is deleted, and remove warnings. 2022-06-14 14:34:30 +01:00
Mesh.h Unload textures when model is deleted, and remove warnings. 2022-06-14 14:34:30 +01:00
Model.cpp Unload textures when model is deleted, and remove warnings. 2022-06-14 14:34:30 +01:00
Model.h Unload textures when model is deleted, and remove warnings. 2022-06-14 14:34:30 +01:00
PlayerCamera.cpp Fixed camera looking at last frame's forward target. 2022-06-14 15:53:52 +01:00
PlayerCamera.h Fixed camera looking at last frame's forward target. 2022-06-14 15:53:52 +01: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