Changeset 6001 for code/branches/steering/src/orxonox/overlays
- Timestamp:
- Oct 28, 2009, 2:38:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/steering/src/orxonox/overlays/OrxonoxOverlay.h
r5929 r6001 155 155 static void rotateOverlay(const std::string& name, const Degree& angle); 156 156 157 void setBackgroundMaterial(const std::string& material); 158 const std::string& getBackgroundMaterial() const; 159 157 160 virtual void changedVisibility(); 158 161 … … 187 190 virtual void positionChanged(); 188 191 189 void setBackgroundMaterial(const std::string& material);190 const std::string& getBackgroundMaterial() const;191 192 192 Ogre::Overlay* overlay_; //!< The overlay the entire class is about. 193 193 Ogre::PanelOverlayElement* background_; //!< Background image (blank per default).
Note: See TracChangeset
for help on using the changeset viewer.