Merge pull request #4248 from CrosRoad95/patch-1

Allow delivered classes to access unscaled points
This commit is contained in:
erwincoumans
2022-04-23 15:52:39 -07:00
committed by GitHub

View File

@@ -25,6 +25,7 @@ subject to the following restrictions:
ATTRIBUTE_ALIGNED16(class)
btConvexHullShape : public btPolyhedralConvexAabbCachingShape
{
protected:
btAlignedObjectArray<btVector3> m_unscaledPoints;
public: