Changeset 2436 for GTP/trunk/App/Demos
- Timestamp:
- 06/08/07 13:50:52 (17 years ago)
- 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 168 168 169 169 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"); 172 172 pSys1->setKeepParticlesInLocalSpace(false); 173 173 SceneNode *pSysNode = rootNode->createChildSceneNode("psys1"); -
GTP/trunk/App/Demos/Illum/Ogre/src/PRMDemo/include/PRMDemo.h
r2430 r2436 235 235 //createPostproc(); 236 236 237 OgreIlluminationManager::getSingleton().joinSharedRuns(false); 237 238 OgreIlluminationManager::getSingleton().setMainCamera(mCamera); 238 239 OgreIlluminationManager::getSingleton().setMainViewport(mWindow->getViewport(0)); … … 246 247 Root::getSingleton()._setCurrentSceneManager(mSceneMgr); 247 248 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); 251 252 252 253 mCamera->setFOVy(Radian(Degree(80)));
Note: See TracChangeset
for help on using the changeset viewer.