Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3306 in orxonox.OLD for orxonox/branches/parenting/src/world.h


Ignore:
Timestamp:
Dec 30, 2004, 12:32:43 AM (19 years ago)
Author:
patrick
Message:

orxonox/branches/parenting: modified function passing routines - now having two lists: parenting list (tree) and entity list (array), that coexist - this is the only possibility to keep oversight.

File:
1 edited

Legend:

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

    r3276 r3306  
    5454
    5555  void spawn (WorldEntity* entity);
    56   void spawn (WorldEntity* entity, Location* loc);
    57   void spawn (WorldEntity* entity, Placement* plc);
     56  void spawn (WorldEntity* entity, Vector* absCoor, Quaternion* absDir);
    5857
    5958  tList<WorldEntity>* entities;
Note: See TracChangeset for help on using the changeset viewer.