- Timestamp:
- 06/08/07 13:50:52 (18 years ago)
- File:
-
- 1 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");
Note: See TracChangeset
for help on using the changeset viewer.