game/src
2022-07-25 13:43:58 +01:00
..
helpers Allow the game to be run from any directory 2022-02-14 16:08:51 +00:00
Error.cpp Added the ability to use renderdoc and warn when uniforms unavailable 2022-07-20 16:26:40 +01:00
Error.h Added the ability to use renderdoc and warn when uniforms unavailable 2022-07-20 16:26:40 +01:00
main.cpp Added the ability to use renderdoc and warn when uniforms unavailable 2022-07-20 16:26:40 +01:00
Mesh.cpp Added method to load normal maps and moved pbr to it's own function 2022-07-25 13:43:58 +01:00
Mesh.h Unload textures when model is deleted, and remove warnings. 2022-06-14 14:34:30 +01:00
Model.cpp Added method to load normal maps and moved pbr to it's own function 2022-07-25 13:43:58 +01:00
Model.h Rotation added to model (whole system is currently dirty) 2022-06-16 14:23:12 +01:00
PlayerCamera.cpp Added the camera position and the models position to pbr shader 2022-07-18 14:17:08 +01:00
PlayerCamera.h Added the camera position and the models position to pbr shader 2022-07-18 14:17:08 +01:00
ShaderLoader.cpp Added the ability to use renderdoc and warn when uniforms unavailable 2022-07-20 16:26:40 +01:00
ShaderLoader.h Added the camera position and the models position to pbr shader 2022-07-18 14:17:08 +01:00