summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerwincoumans <erwin.coumans@gmail.com>2022-04-23 15:52:39 -0700
committerGitHub <noreply@github.com>2022-04-23 15:52:39 -0700
commit617df44898fe4cfbecd280604d2722e882215e18 (patch)
tree175e3015c0d55bef1c78def6bbb15dc22f5f8813
parentce23bb9dce1d2fe1fb0b1f9522afec54853f462f (diff)
parent2a8d463fd3b3f18282386dc191172c0bfdc9e632 (diff)
downloadbullet3-617df44898fe4cfbecd280604d2722e882215e18.tar.gz
Merge pull request #4248 from CrosRoad95/patch-1
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: