mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-19 05:20:06 +00:00
This commit is contained in:
parent
ea21903baa
commit
b958c1fbcb
@ -101,7 +101,7 @@ btCollisionShape* shapePtr[numShapes] =
|
|||||||
|
|
||||||
//#define USE_GROUND_PLANE 1
|
//#define USE_GROUND_PLANE 1
|
||||||
#ifdef USE_GROUND_PLANE
|
#ifdef USE_GROUND_PLANE
|
||||||
new btStaticPlaneShape(btVector3(0,1,0),10),
|
new btStaticPlaneShape(btVector3(0,1,0),0.5),
|
||||||
#else
|
#else
|
||||||
new btBoxShape (btVector3(200,CUBE_HALF_EXTENTS,200)),
|
new btBoxShape (btVector3(200,CUBE_HALF_EXTENTS,200)),
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user