mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-09-08 11:28:36 +00:00
extending wrapper
This commit is contained in:
@@ -183,6 +183,11 @@ void PhysicsLoopBack::getCachedMeshData(struct b3MeshData* meshData)
|
||||
return m_data->m_physicsClient->getCachedMeshData(meshData);
|
||||
}
|
||||
|
||||
void PhysicsLoopBack::getCachedTetraMeshData(struct b3TetraMeshData* meshData)
|
||||
{
|
||||
return m_data->m_physicsClient->getCachedTetraMeshData(meshData);
|
||||
}
|
||||
|
||||
void PhysicsLoopBack::getCachedContactPointInformation(struct b3ContactInformation* contactPointData)
|
||||
{
|
||||
return m_data->m_physicsClient->getCachedContactPointInformation(contactPointData);
|
||||
|
||||
Reference in New Issue
Block a user