use pre-tick callback to update motor targets in DynamicControlDemo: dynamicsWorld->setInternalTickCallback(callbackFunc,void* userPtr=MotorDemo,bool pretick=true

This commit is contained in:
erwin.coumans
2009-09-09 23:23:22 +00:00
parent 659b215a69
commit cc5ba4608f
2 changed files with 31 additions and 6 deletions

View File

@@ -72,6 +72,8 @@ public:
return demo;
}
void setMotorTargets(btScalar deltaTime);
};