game/src
2022-08-09 13:41:55 +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 Generated first chunk of terrain data. 2022-08-09 13:41:55 +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 We have normal maps working wew. Now I just need to clean up the code. 2022-08-02 15:13:07 +01:00
Model.h Rotation added to model (whole system is currently dirty) 2022-06-16 14:23:12 +01:00
PlayerCamera.cpp We have normal maps working wew. Now I just need to clean up the code. 2022-08-02 15:13:07 +01:00
PlayerCamera.h We have normal maps working wew. Now I just need to clean up the code. 2022-08-02 15:13:07 +01:00
ShaderLoader.cpp Added geometry shader to pipeline so I can calculate normal data on the GPU 2022-07-27 14:30:24 +01:00
ShaderLoader.h Added geometry shader to pipeline so I can calculate normal data on the GPU 2022-07-27 14:30:24 +01:00
Terrain.cpp Generated first chunk of terrain data. 2022-08-09 13:41:55 +01:00
Terrain.h Generated first chunk of terrain data. 2022-08-09 13:41:55 +01:00