Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 30, 2004, 1:51:59 AM (19 years ago)
Author:
patrick
Message:

orxonox/branches/parenting: added a second worldentity just to test the lists - working but not drawing since there is no model loaded. including second object (importer) results in SEGFAULT

File:
1 edited

Legend:

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

    r3302 r3309  
    1111
    1212class CollisionCluster;
     13class Object;
    1314
    1415//! Basic class from which all interactive stuff in the world is derived from
     
    2021  WorldEntity (bool isFree = false);
    2122  virtual ~WorldEntity ();
     23
     24  Object* model;
    2225 
    2326  //PNode* pNode;
     
    4952  bool bCollide;
    5053  bool bDraw;
    51  
    52   WorldEntity* owner;
     54
     55  //PN WorldEntity* owner;
    5356  CollisionCluster* collisioncluster;
    5457  //PN Placement place;
Note: See TracChangeset for help on using the changeset viewer.