btCompoundShape data members protected not private
This commit is contained in:
@@ -53,6 +53,7 @@ SIMD_FORCE_INLINE bool operator==(const btCompoundShapeChild& c1, const btCompou
|
|||||||
/// Currently, removal of child shapes is only supported when disabling the aabb tree (pass 'false' in the constructor of btCompoundShape)
|
/// Currently, removal of child shapes is only supported when disabling the aabb tree (pass 'false' in the constructor of btCompoundShape)
|
||||||
ATTRIBUTE_ALIGNED16(class) btCompoundShape : public btCollisionShape
|
ATTRIBUTE_ALIGNED16(class) btCompoundShape : public btCollisionShape
|
||||||
{
|
{
|
||||||
|
protected:
|
||||||
btAlignedObjectArray<btCompoundShapeChild> m_children;
|
btAlignedObjectArray<btCompoundShapeChild> m_children;
|
||||||
btVector3 m_localAabbMin;
|
btVector3 m_localAabbMin;
|
||||||
btVector3 m_localAabbMax;
|
btVector3 m_localAabbMax;
|
||||||
@@ -64,7 +65,6 @@ ATTRIBUTE_ALIGNED16(class) btCompoundShape : public btCollisionShape
|
|||||||
|
|
||||||
btScalar m_collisionMargin;
|
btScalar m_collisionMargin;
|
||||||
|
|
||||||
protected:
|
|
||||||
btVector3 m_localScaling;
|
btVector3 m_localScaling;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user