X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmodel%2FShape.hpp;h=28a36ab6445afd585328a2999ad3ea8967011bb0;hb=8fdc24f0b3fb287f5d4e1c7d1f85ad85d5ed2414;hp=51b950f90ebe52b19865776097a7a5c881a201e6;hpb=7bb75960dbf9bfdee9ac865384aca81791b3da5c;p=blank.git diff --git a/src/model/Shape.hpp b/src/model/Shape.hpp index 51b950f..28a36ab 100644 --- a/src/model/Shape.hpp +++ b/src/model/Shape.hpp @@ -51,13 +51,8 @@ struct Shape { /// the number of vertex indices this shape's outline has size_t OutlineIndexCount() const { return out_idx.size(); } - /// fill given buffers with this shape's outline's elements with - /// an optional offset - void Outline( - OutlineModel::Buffer &out, - const OutlineModel::Position &offset = { 0.0f, 0.0f, 0.0f }, - OutlineModel::Index idx_offset = 0 - ) const; + /// fill given buffers with this shape's outline's elements + void Outline(OutlineModel::Buffer &out) const; /// Check if given ray would pass though this shape if it were /// transformed with given matrix.