summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Jura <sebajura1234@gmail.com>2022-04-22 18:09:49 +0200
committerGitHub <noreply@github.com>2022-04-22 18:09:49 +0200
commit2a8d463fd3b3f18282386dc191172c0bfdc9e632 (patch)
treef51cf8839199e3ec6e11d48bc2d160ba8ccf58bf
parentcd771af26ff649f106d95cd0efd9204af95c8b67 (diff)
downloadbullet3-2a8d463fd3b3f18282386dc191172c0bfdc9e632.tar.gz
Allow delivered classes to access unscaled points
-rw-r--r--src/BulletCollision/CollisionShapes/btConvexHullShape.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BulletCollision/CollisionShapes/btConvexHullShape.h b/src/BulletCollision/CollisionShapes/btConvexHullShape.h
index 96136d7dd..01058a6c3 100644
--- a/src/BulletCollision/CollisionShapes/btConvexHullShape.h
+++ b/src/BulletCollision/CollisionShapes/btConvexHullShape.h
@@ -25,6 +25,7 @@ subject to the following restrictions:
ATTRIBUTE_ALIGNED16(class)
btConvexHullShape : public btPolyhedralConvexAabbCachingShape
{
+protected:
btAlignedObjectArray<btVector3> m_unscaledPoints;
public: