- Timestamp:
- Apr 8, 2009, 12:58:47 AM (16 years ago)
- Location:
- code/branches/questsystem5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem5
- Property svn:mergeinfo changed
-
code/branches/questsystem5/src/orxonox/objects/worldentities/Light.h
r2907 r2908 37 37 38 38 #include "util/Math.h" 39 #include "objects/Teamcolourable.h"40 39 41 40 namespace orxonox 42 41 { 43 class _OrxonoxExport Light : public StaticEntity , public Teamcolourable42 class _OrxonoxExport Light : public StaticEntity 44 43 { 45 44 public: … … 69 68 inline const ColourValue& getSpecularColour() const 70 69 { return this->specular_; } 71 72 virtual void setTeamColour(const ColourValue& colour)73 { this->setDiffuseColour(colour); this->setSpecularColour(colour); }74 70 75 71 /**
Note: See TracChangeset
for help on using the changeset viewer.