Changeset 3394 in orxonox.OLD for orxonox/trunk/src/glmenu_imagescreen.h
- Timestamp:
- Feb 3, 2005, 2:01:04 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/glmenu_imagescreen.h
r3368 r3394 11 11 12 12 class Texture; 13 class Material; 13 14 14 15 class GLMenuImageScreen : public BaseObject { … … 39 40 40 41 private: 41 char* backImageName; //! the name of the file of the background image42 float height, width; //! hight and width of the image43 float offsetX, offsetY; //! offset of the image from left and up44 Texture* backTex; //! background texture45 int currentValue; //! the current count of step() calls fired yet46 int maxValue; //!total count of steps42 char* backImageName; //!< the name of the file of the background image 43 float height, width; //!< hight and width of the image 44 float offsetX, offsetY; //!< offset of the image from left and up 45 Material* backMat; //!< Background Material. 46 int currentValue; //!< the current count of step() calls fired yet 47 int maxValue; //!< total count of steps 47 48 48 49 };
Note: See TracChangeset
for help on using the changeset viewer.