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