only move 10% of objects
added relative path to Bullet projectfiles (math/collision)
This commit is contained in:
@@ -198,7 +198,7 @@ extern int doTree;
|
||||
|
||||
void BulletSAPCompleteBoxPruningTest::PerformTest()
|
||||
{
|
||||
int numUpdatedBoxes = mNbBoxes/*/10*/;
|
||||
int numUpdatedBoxes = (mNbBoxes*10)/100;
|
||||
if (m_firstTime)
|
||||
{
|
||||
numUpdatedBoxes = mNbBoxes;
|
||||
|
||||
Reference in New Issue
Block a user