only move 10% of objects

added relative path to Bullet projectfiles (math/collision)
This commit is contained in:
erwin.coumans
2008-04-02 19:22:08 +00:00
parent 1ef4c721a0
commit 8ddbf12f1a
5 changed files with 15 additions and 15 deletions

View File

@@ -198,7 +198,7 @@ extern int doTree;
void BulletSAPCompleteBoxPruningTest::PerformTest()
{
int numUpdatedBoxes = mNbBoxes/*/10*/;
int numUpdatedBoxes = (mNbBoxes*10)/100;
if (m_firstTime)
{
numUpdatedBoxes = mNbBoxes;