Changeset 4836 in orxonox.OLD for orxonox/trunk/src/lib/graphics/light.h
- Timestamp:
- Jul 12, 2005, 12:33:16 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/light.h
r4746 r4836 1 1 /*! 2 2 \file light.h 3 \briefHandles Lights.3 * Handles Lights. 4 4 5 5 A Light is one of the more important things in a 3D-environment, … … 38 38 void setSpotCutoff(GLfloat cutoff); 39 39 40 /** \returns the lightNumber*/40 /** @returns the lightNumber*/ 41 41 int getLightNumber() const {return this->lightNumber;} 42 42 … … 92 92 public: 93 93 virtual ~LightManager(); 94 /** \returns a Pointer to the only object of this Class */94 /** @returns a Pointer to the only object of this Class */ 95 95 inline static LightManager* getInstance() { if (!singletonRef) singletonRef = new LightManager(); return singletonRef; }; 96 96
Note: See TracChangeset
for help on using the changeset viewer.