begin raylib

This commit is contained in:
2026-01-04 17:19:13 +01:00
parent 0d84cc7470
commit 44851099d4
39 changed files with 291 additions and 743 deletions

View File

@@ -10,7 +10,7 @@ namespace render {
class WorldRenderer : public Renderer<shader::WorldShader> {
private:
std::unique_ptr<GL::VertexArray> m_WorldVao;
Model m_WorldModel;
public:
WorldRenderer(Camera& a_Camera, const game::WorldPtr& a_World);