Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 28, 2009, 2:38:10 PM (15 years ago)
Author:
wirthmi
Message:

Added a crosshair overlay.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/steering/src/orxonox/controllers/NewHumanController.h

    r5993 r6001  
    3333
    3434#include "HumanController.h"
     35#include "overlays/OrxonoxOverlay.h"
    3536
    3637namespace orxonox
     
    4243            virtual ~NewHumanController();
    4344
    44 //             virtual void tick(float dt);
     45            virtual void tick(float dt);
    4546           
    4647            virtual void yaw(const Vector2& value);
     
    5051            float                       currentYaw_;
    5152            float                       currentPitch_;
     53            OrxonoxOverlay              *CrossHairOverlay;
    5254    };
    5355}
Note: See TracChangeset for help on using the changeset viewer.