Changeset 482 for code/branches/FICN/src/orxonox/objects
- Timestamp:
- Dec 12, 2007, 8:19:40 PM (17 years ago)
- Location:
- code/branches/FICN/src/orxonox/objects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/objects/CMakeLists.txt
r480 r482 12 12 TARGET_LINK_LIBRARIES( objects 13 13 xml 14 orxonox 14 15 ) -
code/branches/FICN/src/orxonox/objects/test1.cc
r480 r482 3 3 #include "test3.h" 4 4 #include "../../tinyxml/tinyxml.h" 5 #include "../orxonox.h" 6 #include <OgreSceneManager.h> 5 7 6 8 namespace orxonox … … 70 72 void Test1::loadParams(TiXmlElement* xmlElem) 71 73 { 74 Ogre::SceneManager* mgr = orxonox::Orxonox::getSingleton()->getSceneManager(); 75 76 mgr->setAmbientLight(ColourValue(1,0,0)); 77 78 79 72 80 std::cout<< xmlElem->GetText()<<std::endl; 81 82 73 83 } 74 84 }
Note: See TracChangeset
for help on using the changeset viewer.