add accessor for Model::_boundingShape

This commit is contained in:
Andrew Meadows 2014-04-21 18:23:19 -07:00
parent 63c02f2b04
commit 06794f33f3

View file

@ -193,6 +193,8 @@ public:
/// Sets blended vertices computed in a separate thread.
void setBlendedVertices(const QVector<glm::vec3>& vertices, const QVector<glm::vec3>& normals);
const CapsuleShape& getBoundingShape() const { return _boundingShape; }
protected:
QSharedPointer<NetworkGeometry> _geometry;