Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 10, 2005, 6:39:18 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: redesigning directory structure - created lib and added all importand classes, did exclude collision.* since i couldnt integrate it into the new pnode model (have to do this with fuzzy)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/world_entity.h

    r3472 r3474  
    1010#include "p_node.h"
    1111
    12 class CollisionCluster;
     12//class CollisionCluster;
    1313class OBJModel;
    1414
     
    2424  OBJModel* model;                  //!< The model that should be loaded for this entity.
    2525 
    26   void setCollision (CollisionCluster* newhull);
     26  //void setCollision (CollisionCluster* newhull);
    2727 
    2828  bool isFree ();
     
    4949  bool bDraw;                         //!< If it should be visible.
    5050
    51   CollisionCluster* collisioncluster; //!< The collision-Cluster of this entity.
     51  //CollisionCluster* collisioncluster; //!< The collision-Cluster of this entity.
    5252};
    5353
Note: See TracChangeset for help on using the changeset viewer.