Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2080 in orxonox.OLD for orxonox/branches/chris/src/world.h


Ignore:
Timestamp:
Jul 6, 2004, 10:29:05 PM (20 years ago)
Author:
chris
Message:

orxonox/branches/chris: Implemented basic track and spawning functionality. Added a function to convert a Rotation into a glmatrix. Implemented operator* in Rotation. Refined World, made World friend class of world_entity. Implemented camera functionality (can now be bound to the worldentity it should focus on).

File:
1 edited

Legend:

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

    r2068 r2080  
    1717        void calc_camera_pos (Location* loc, Placement* plc);
    1818       
     19        void unload ();
     20       
     21        void load_debug_level ();
     22       
    1923 private:
    2024 
Note: See TracChangeset for help on using the changeset viewer.