mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
add accessor for Model::_boundingShape
This commit is contained in:
parent
63c02f2b04
commit
06794f33f3
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue