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/overlays/OrxonoxOverlay.h

    r5929 r6001  
    155155        static void rotateOverlay(const std::string& name, const Degree& angle);
    156156
     157        void setBackgroundMaterial(const std::string& material);
     158        const std::string& getBackgroundMaterial() const;
     159
    157160        virtual void changedVisibility();
    158161
     
    187190        virtual void positionChanged();
    188191
    189         void setBackgroundMaterial(const std::string& material);
    190         const std::string& getBackgroundMaterial() const;
    191 
    192192        Ogre::Overlay* overlay_;                   //!< The overlay the entire class is about.
    193193        Ogre::PanelOverlayElement* background_;    //!< Background image (blank per default).
Note: See TracChangeset for help on using the changeset viewer.