Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 25, 2004, 1:44:31 AM (19 years ago)
Author:
patrick
Message:

orxonox/branches/parenting: worldentity is now derived from parentnode, pNode added into the world class, not yet used activly.. this will be a mess…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/parenting/src/world_entity.h

    r3229 r3277  
    88
    99#include "stdincl.h"
     10#include "p_node.h"
    1011
    1112class CollisionCluster;
    1213
    1314//! Basic class from which all interactive stuff in the world is derived from
    14 class WorldEntity
     15class WorldEntity : public PNode
    1516{       
    1617  friend class World;
    17  
     18
    1819 public:
    1920  WorldEntity (bool isFree = false);
    2021  virtual ~WorldEntity ();
    2122 
     23  //PNode* pNode;
    2224  Location* getLocation ();
    2325  Placement* getPlacement ();
Note: See TracChangeset for help on using the changeset viewer.