rename btDeformableRigidDynamicsWorld to btDeformableMultiBodyDynamicsWorld

This commit is contained in:
Xuchen Han
2019-08-16 13:42:53 -07:00
parent 8860f8bacc
commit bf215a3ce1
14 changed files with 67 additions and 67 deletions

View File

@@ -87,7 +87,7 @@ void btDeformableBodySolver::setConstraints()
}
}
void btDeformableBodySolver::setWorld(btDeformableRigidDynamicsWorld* world)
void btDeformableBodySolver::setWorld(btDeformableMultiBodyDynamicsWorld* world)
{
m_objective->setWorld(world);
}