minor update manual

fix vehicle demo (heightfield is broken, when using very large scaling factor)
add btConeShape serialization, see Issue 725
add btGearConstraint get/set, see Issue 685 and Issue 671
This commit is contained in:
erwin.coumans
2013-09-13 16:34:39 +00:00
parent 8f4f99809e
commit e94a2137b0
11 changed files with 951 additions and 783 deletions

View File

@@ -281,7 +281,8 @@ const float TRIANGLE_SIZE=20.f;
#endif
btScalar maxHeight = 20000.f;
//btScalar maxHeight = 20000.f;//exposes a bug
btScalar maxHeight = 100;
bool useFloatDatam=false;
bool flipQuadEdges=false;
@@ -298,7 +299,8 @@ const float TRIANGLE_SIZE=20.f;
localScaling[upIndex]=1.f;
groundShape->setLocalScaling(localScaling);
tr.setOrigin(btVector3(0,9940,0));//-64.5f,0));
//tr.setOrigin(btVector3(0,9940,0));
tr.setOrigin(btVector3(0,49.4,0));
#endif //