Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2008, 5:35:34 PM (17 years ago)
Author:
FelixSchulthess
Message:

rewritten navigation algebra… very ugly, and not optimized

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/hud/HUD.h

    r1410 r1411  
    5858      public:
    5959        virtual void tick(float);
     60        void setFPS(float fps);
    6061        void addRadarObject(Vector3 pos);
    6162        RadarObject* getFirstRadarObject();
     
    6364        static HUD* instance_s;
    6465        static HUD& getSingleton();
    65         static void setFPS(float fps);
    6666        static void setEnergy(float value);
    6767        static void cycleNavigationFocus();
Note: See TracChangeset for help on using the changeset viewer.