Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2007, 11:34:58 PM (16 years ago)
Author:
nicolape
Message:
  • Skybox and ambient light load now from level file sample.oxw. Added objects to and methods to parse this tags. Added a tokenizer function to split strings into smaller strings (for reading out the light colours for examle). Moved Tokenizer and String2number into misc directory. deleted old unised xml class
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/test1.cc

    r482 r507  
    7272    void Test1::loadParams(TiXmlElement* xmlElem)
    7373    {
    74         Ogre::SceneManager* mgr = orxonox::Orxonox::getSingleton()->getSceneManager();
    75        
    76         mgr->setAmbientLight(ColourValue(1,0,0));
    77        
    78        
    79        
    80         std::cout<< xmlElem->GetText()<<std::endl;
     74
    8175       
    8276       
Note: See TracChangeset for help on using the changeset viewer.