feat: add spherecollidor

This commit is contained in:
2026-06-24 15:55:57 +02:00
parent 9d3d14a54d
commit 81ab2a8a4a
6 changed files with 85 additions and 25 deletions
+2 -3
View File
@@ -25,9 +25,8 @@ private:
Camera camera{glm::vec3(0.f, 0.f, -5.f), glm::vec3(0, 1, 0)};
CPUMesh testMesh{};
MeshID testMeshID;
MaterialID testMaterialID;
MeshID sphereMesh;
MaterialID sphereMaterial;
std::unique_ptr<CubeMap> skyboxCubemap;