Add get methods for localAabbMin/localAabbMax, required for btScaledBvhTriangleMeshShape
This commit is contained in:
@@ -65,6 +65,16 @@ public:
|
|||||||
return m_meshInterface;
|
return m_meshInterface;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const btVector3& getLocalAabbMin() const
|
||||||
|
{
|
||||||
|
return m_localAabbMin;
|
||||||
|
}
|
||||||
|
const btVector3& getLocalAabbMax() const
|
||||||
|
{
|
||||||
|
return m_localAabbMax;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//debugging
|
//debugging
|
||||||
virtual const char* getName()const {return "TRIANGLEMESH";}
|
virtual const char* getName()const {return "TRIANGLEMESH";}
|
||||||
|
|||||||
Reference in New Issue
Block a user