Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 5, 2005, 3:18:28 PM (20 years ago)
Author:
patrick
Message:

orxonox/branches/parenting: removed old coordinates.h system now using parenting for the game

File:
1 edited

Legend:

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

    r3309 r3342  
    2424  Object* model;
    2525 
    26   //PNode* pNode;
    27   //PN Location* getLocation ();
    28   //PN Placement* getPlacement ();
    2926  void setCollision (CollisionCluster* newhull);
    3027 
     
    4441  virtual void draw ();
    4542  void setDrawable (bool bDraw);
    46   //PN virtual void getLookat (Location* locbuf);
    4743 
    4844  virtual void leftWorld ();
     
    5349  bool bDraw;
    5450
    55   //PN WorldEntity* owner;
    5651  CollisionCluster* collisioncluster;
    57   //PN Placement place;
    58   //PN Location loc;
    59  
    60   void init( Location* spawnloc, WorldEntity* spawnowner);
    61   void init( Placement* spawnplc, WorldEntity* spawnowner);
    6252};
    6353
Note: See TracChangeset for help on using the changeset viewer.