Changeset 2436


Ignore:
Timestamp:
06/08/07 13:50:52 (17 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/src/HierarchicalSystem/include/HierarchicalSystem.h

    r2426 r2436  
    168168 
    169169 
    170       ParticleSystem* pSys1 = mSceneMgr->createParticleSystem("psys1", "GTP/HPS/Smoke_Large"); 
    171            //ParticleSystem* pSys1 = mSceneMgr->createParticleSystem("psys1", "GTP/Smoke_Large"); 
     170      // ParticleSystem* pSys1 = mSceneMgr->createParticleSystem("psys1", "GTP/HPS/Smoke_Large"); 
     171           ParticleSystem* pSys1 = mSceneMgr->createParticleSystem("psys1", "GTP/Smoke_Large"); 
    172172           pSys1->setKeepParticlesInLocalSpace(false); 
    173173           SceneNode *pSysNode = rootNode->createChildSceneNode("psys1"); 
  • GTP/trunk/App/Demos/Illum/Ogre/src/PRMDemo/include/PRMDemo.h

    r2430 r2436  
    235235                //createPostproc(); 
    236236 
     237                OgreIlluminationManager::getSingleton().joinSharedRuns(false); 
    237238                OgreIlluminationManager::getSingleton().setMainCamera(mCamera); 
    238239                OgreIlluminationManager::getSingleton().setMainViewport(mWindow->getViewport(0)); 
     
    246247                Root::getSingleton()._setCurrentSceneManager(mSceneMgr); 
    247248                 
    248                 //mCamera->setPosition(32,0.68,11); 
    249                 mCamera->setPosition(50,35,-2); 
    250                 mCamera->lookAt(0,0,0); 
     249                mCamera->setPosition(32,0.68,11); 
     250                //mCamera->setPosition(50,35,-2); 
     251                //mCamera->lookAt(0,0,0); 
    251252                 
    252253                mCamera->setFOVy(Radian(Degree(80))); 
Note: See TracChangeset for help on using the changeset viewer.