Ejemplo n.º 1
0
 public PhysicsWorld(PhysicsDebugDraw debugDraw)
 {
     //   collisionSystem.UseTriangleMeshNormal = true;
     world          = new World(collisionSystem);
     this.debugDraw = debugDraw;
 }
Ejemplo n.º 2
0
 public PhysicsWorld(PhysicsDebugDraw debugDraw)
 {
     collisionSystem.UseTriangleMeshNormal = true;
     world = new World(collisionSystem);
     this.debugDraw = debugDraw;
 }