Changeset 5371 in orxonox.OLD for trunk/src/lib/graphics/render2D
- Timestamp:
- Oct 13, 2005, 1:08:57 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/render2D/element_2d.h
r5285 r5371 179 179 virtual void draw() const = 0; 180 180 181 protected: 182 float sizeX; //!< The size of the rendered item in x-direction 183 float sizeY; //!< The size of the rendered Item in y-direction 184 181 185 private: 182 186 const PNode* bindNode; //!< a node over which to display this 2D-element
Note: See TracChangeset
for help on using the changeset viewer.