Winter091 / Ccraft

Minecraft-like OpenGL game with multithreading and shaders
MIT License
4 stars 0 forks source link

Move all render-related code to the separate (renderer.c?) class #9

Open Winter091 opened 2 years ago

Winter091 commented 2 years ago

After merging shadows branch to the master, there's considerable amount of rendering code, mainly for shadow mapping. This logic should reside in separate class, surely not just lay in main.c file.