mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-11 01:40:10 +00:00
Add get methods for localAabbMin/localAabbMax, required for btScaledBvhTriangleMeshShape
This commit is contained in:
parent
d836e83ea2
commit
6b365a7ca5
@ -65,6 +65,16 @@ public:
|
||||
return m_meshInterface;
|
||||
}
|
||||
|
||||
const btVector3& getLocalAabbMin() const
|
||||
{
|
||||
return m_localAabbMin;
|
||||
}
|
||||
const btVector3& getLocalAabbMax() const
|
||||
{
|
||||
return m_localAabbMax;
|
||||
}
|
||||
|
||||
|
||||
|
||||
//debugging
|
||||
virtual const char* getName()const {return "TRIANGLEMESH";}
|
||||
|
Loading…
Reference in New Issue
Block a user