Changeset 7492 for code/trunk/src/orxonox/graphics/Billboard.h
- Timestamp:
- Sep 26, 2010, 10:38:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/graphics/Billboard.h
r7491 r7492 62 62 { return this->colour_; } 63 63 64 /* 64 65 inline void setRotation(const Radian& rotation) 65 66 { this->rotation_ = rotation; this->changedRotation(); } 66 67 inline const Radian& getRotation() const 67 68 { return this->rotation_; } 69 */ 68 70 69 71 virtual void setTeamColour(const ColourValue& colour) … … 79 81 void registerVariables(); 80 82 void changedMaterial(); 81 void changedRotation();83 //void changedRotation(); 82 84 83 85 BillboardSet billboard_; 84 86 std::string material_; 85 87 ColourValue colour_; 86 Radian rotation_;88 //Radian rotation_; 87 89 }; 88 90 }
Note: See TracChangeset
for help on using the changeset viewer.