mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-20 01:59:51 +00:00
Support getCachedReturnData for PhysicsLoopBack
re-use existing code path for streaming plugin return data (work-in-progress)
This commit is contained in:
@@ -227,6 +227,10 @@ void PhysicsLoopBack::getCachedMassMatrix(int dofCountCheck, double* massMatrix)
|
||||
{
|
||||
m_data->m_physicsClient->getCachedMassMatrix(dofCountCheck, massMatrix);
|
||||
}
|
||||
bool PhysicsLoopBack::getCachedReturnData(struct b3UserDataValue* returnData)
|
||||
{
|
||||
return m_data->m_physicsClient->getCachedReturnData(returnData);
|
||||
}
|
||||
|
||||
void PhysicsLoopBack::setTimeOut(double timeOutInSeconds)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user