mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 12:28:51 +02:00
remove ShapeInfo::clearPoints()
use getPoints() by ref and then clear
This commit is contained in:
parent
9dc0fa7796
commit
bce8879d7c
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@ public:
|
|||
const QVector<QVector<glm::vec3>>& getPoints() const { return _points; }
|
||||
uint32_t getNumSubShapes() const;
|
||||
|
||||
void clearPoints () { _points.clear(); }
|
||||
void appendToPoints (const QVector<glm::vec3>& newPoints) { _points << newPoints; }
|
||||
int getMaxNumPoints() const;
|
||||
|
||||
|
|
Loading…
Reference in a new issue