Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2008, 1:38:17 PM (17 years ago)
Author:
rgrieder
Message:

Trying to synchronise phyiscs over the network.

  • Removed derivation of CollisionShape from WorldEntity (BaseObject instead).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/physics/src/orxonox/OrxonoxPrereqs.h

    r2303 r2374  
    154154    class CollisionShape;
    155155    class SphereCollisionShape;
     156    class CompoundCollisionShape;
     157    class PlaneCollisionShape;
    156158
    157159    // tools
     
    217219class btSphereShape;
    218220class btCompoundShape;
     221class btStaticPlaneShape;
    219222
    220223class btDiscreteDynamicsWorld;
Note: See TracChangeset for help on using the changeset viewer.