game/src
2022-04-29 11:27:32 +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 Enabled face culling 2022-04-29 11:27:32 +01:00
Mesh.cpp Added model class with the ability to hold multiple models. 2022-04-21 14:15:02 +01:00
Mesh.h Added model class with the ability to hold multiple models. 2022-04-21 14:15:02 +01:00
Model.cpp Models now heve their own relative position (needs optimiseation) 2022-04-22 12:43:51 +01:00
Model.h Models now heve their own relative position (needs optimiseation) 2022-04-22 12:43:51 +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