]> git.localhorst.tv Git - blank.git/blobdiff - src/model/Shape.hpp
renamed OutlineMesh -> PrimitiveMesh
[blank.git] / src / model / Shape.hpp
index 2f79f82b941459592cb0affbb44734191055f2e9..9170475b2f6dfc5cd670bec8327368a2a521c1f2 100644 (file)
@@ -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 &,