Changeset 2177 for code/branches/physics/src/orxonox
- Timestamp:
 - Nov 11, 2008, 10:50:35 AM (17 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/physics/src/orxonox/objects/HelloBullet.cc
r2150 r2177 34 34 #include <OgreEntity.h> 35 35 36 #include "ogreode/OgreOde_Core.h"37 #include "ogreode/OgreOdeGeometry.h"36 // #include "ogreode/OgreOde_Core.h" 37 // #include "ogreode/OgreOdeGeometry.h" 38 38 #include "util/Convert.h" 39 39 #include "core/CoreIncludes.h" … … 72 72 73 73 74 btCollisionShape* groundShape = new btStaticPlaneShape(btVector3(0,1,0),1 0);74 btCollisionShape* groundShape = new btStaticPlaneShape(btVector3(0,1,0),1); 75 75 76 76 btCollisionShape* fallShape = new btSphereShape(1);  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






