Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2177


Ignore:
Timestamp:
Nov 11, 2008, 10:50:35 AM (15 years ago)
Author:
martisty
Message:

fixed an error, but problems with proper colision detection @ offset 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/orxonox/objects/HelloBullet.cc

    r2150 r2177  
    3434#include <OgreEntity.h>
    3535
    36 #include "ogreode/OgreOde_Core.h"
    37 #include "ogreode/OgreOdeGeometry.h"
     36// #include "ogreode/OgreOde_Core.h"
     37// #include "ogreode/OgreOdeGeometry.h"
    3838#include "util/Convert.h"
    3939#include "core/CoreIncludes.h"
     
    7272
    7373
    74         btCollisionShape* groundShape = new btStaticPlaneShape(btVector3(0,1,0),10);
     74        btCollisionShape* groundShape = new btStaticPlaneShape(btVector3(0,1,0),1);
    7575
    7676        btCollisionShape* fallShape = new btSphereShape(1);
Note: See TracChangeset for help on using the changeset viewer.