]> git.localhorst.tv Git - blobs.git/blobdiff - src/creature/Situation.hpp
split according to parent heading
[blobs.git] / src / creature / Situation.hpp
index fb26650d3137782c3bbdd83308d86a8f0138e624..8df8a7a4c8867dc07f0743d61a8654fd12285aa0 100644 (file)
@@ -54,6 +54,7 @@ public:
        world::Planet &GetPlanet() const noexcept { return *planet; }
        bool OnSurface() const noexcept;
        const glm::dvec3 &Position() const noexcept { return state.pos; }
+       glm::dvec3 SurfaceNormal() const noexcept;
        world::Tile &GetTile() const noexcept;
        const world::TileType &GetTileType() const noexcept;