extending wrapper

This commit is contained in:
Maarten Behn
2022-12-22 19:27:16 +01:00
parent 2b4757f512
commit 54cdf39933
12 changed files with 90 additions and 9 deletions

View File

@@ -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);