Changeset 2019 for code/branches/objecthierarchy/src/orxonox/tools/Light.h
- Timestamp:
- Oct 27, 2008, 4:08:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/tools/Light.h
r1505 r2019 45 45 Light(); 46 46 ~Light(); 47 void setLight(Ogre:: Light::LightTypes type = Ogre::Light::LT_POINT, const ColourValue& diffuse = ColourValue(1.0, 1.0, 1.0), const ColourValue& specular = ColourValue(1.0, 1.0, 1.0));47 void setLight(Ogre::SceneManager* scenemanager, Ogre::Light::LightTypes type = Ogre::Light::LT_POINT, const ColourValue& diffuse = ColourValue(1.0, 1.0, 1.0), const ColourValue& specular = ColourValue(1.0, 1.0, 1.0)); 48 48 49 49 inline Ogre::Light* getLight() … … 56 56 static unsigned int lightCounter_s; 57 57 Ogre::Light* light_; 58 Ogre::SceneManager* scenemanager_; 58 59 }; 59 60 }
Note: See TracChangeset
for help on using the changeset viewer.