add guide

This commit is contained in:
ben de roo
2026-09-06 21:30:55 +02:00
parent 3a2a671325
commit f6f1988943
22 changed files with 485 additions and 79 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
#include <glm/glm.hpp>
namespace planetarium {
namespace engine {
// -----------------------------------------------------------------------
// Camera
@@ -59,4 +59,4 @@ private:
static constexpr float kSmoothingSpeed = 6.0f;
};
} // namespace planetarium
} // namespace engine