mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 06:43:41 +02:00
remove test hack for higher than normal ground
This commit is contained in:
parent
6ea766b48d
commit
c6afa0f7e1
1 changed files with 1 additions and 2 deletions
|
@ -191,8 +191,7 @@ void PhysicsEngine::init(EntityEditPacketSender* packetSender) {
|
|||
for (int i = 0; i < 3; ++i) {
|
||||
btVector3 normal(0.0f, 0.0f, 0.0f);
|
||||
normal[i] = 1.0f;
|
||||
//btCollisionShape* plane = new btStaticPlaneShape(normal, 0.0f);
|
||||
btCollisionShape* plane = new btStaticPlaneShape(normal, 0.5f);
|
||||
btCollisionShape* plane = new btStaticPlaneShape(normal, 0.0f);
|
||||
|
||||
btCollisionObject* groundObject = new btCollisionObject();
|
||||
groundObject->setCollisionFlags(btCollisionObject::CF_STATIC_OBJECT);
|
||||
|
|
Loading…
Reference in a new issue