]> git.localhorst.tv Git - blank.git/blobdiff - src/model/Shape.hpp
some annotations
[blank.git] / src / model / Shape.hpp
index 2f79f82b941459592cb0affbb44734191055f2e9..fe58d017510c2cfd1e9da65b265ca52ad1145c8a 100644 (file)
@@ -2,7 +2,7 @@
 #define BLANK_MODEL_SHAPE_HPP_
 
 #include "CollisionBounds.hpp"
-#include "geometry.hpp"
+#include "../geometry/primitive.hpp"
 #include "../graphics/BlockMesh.hpp"
 #include "../graphics/EntityMesh.hpp"
 #include "../world/Block.hpp"
@@ -70,7 +70,7 @@ public:
 
        size_t OutlineCount() const noexcept;
        size_t OutlineIndexCount() const noexcept;
-       void Outline(OutlineMesh::Buffer &out) const;
+       void Outline(PrimitiveMesh::Buffer &out) const;
 
        bool Intersects(
                const Ray &,