Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 1, 2008, 5:43:49 PM (16 years ago)
Author:
rgrieder
Message:

applied changes to network branch.
start merging from this revision next time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/Orxonox.cc

    r1505 r1512  
    354354    Loader::open(startlevel);
    355355   
    356     // HACK: shader stuff for presentation
    357     /*Ogre::SceneManager* mSceneMgr = GraphicsEngine::getSingleton().getSceneManager();
    358     mSceneMgr->setAmbientLight(ColourValue(0.4,0.4,0.4));
    359     Ogre::Light* dirlight = mSceneMgr->createLight("Light1");
    360 
    361     dirlight->setType(Ogre::Light::LT_DIRECTIONAL);
    362     dirlight->setDirection(Vector3( 0, 1, 5 ));
    363     dirlight->setDiffuseColour(ColourValue(0.6, 0.6, 0.4));
    364     dirlight->setSpecularColour(ColourValue(1.0, 1.0, 1.0));*/
    365    
    366356    return true;
    367357  }
Note: See TracChangeset for help on using the changeset viewer.