mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
don't copy hull points
This commit is contained in:
parent
50798398ff
commit
0cfc48ab43
1 changed files with 2 additions and 1 deletions
|
@ -461,6 +461,7 @@ void ModelEntityItem::computeShapeInfo(ShapeInfo& info) {
|
|||
}
|
||||
|
||||
info.setParams(getShapeType(), 0.5f * getDimensions(), NULL, _collisionModelURL);
|
||||
info.setConvexHull(QVector<glm::vec3>(_points));
|
||||
// info.setConvexHull(QVector<glm::vec3>(_points));
|
||||
info.setConvexHull(_points);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue