Changeset 198 for code/branches/main_reto_vs05/src/orxonox_scene.cc
- Timestamp:
- Nov 13, 2007, 9:25:37 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/main_reto_vs05/src/orxonox_scene.cc
r169 r198 98 98 void OrxonoxScene::createScene() 99 99 { 100 sceneMgr_->setAmbientLight(ColourValue(0.3,0.3,0.3) );100 sceneMgr_->setAmbientLight(ColourValue(0.3,0.3,0.3)*2); 101 101 102 102 //create first entity … … 110 110 111 111 // set up skybox 112 sceneMgr_->setSkyBox(true, "Examples/SceneSkyBox 2");112 sceneMgr_->setSkyBox(true, "Examples/SceneSkyBox1"); 113 113 114 114 // set up one light_ source
Note: See TracChangeset
for help on using the changeset viewer.