Ignore:
Timestamp:
09/11/06 15:57:58 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r1059 r1331  
    133133                 
    134134                 
    135                 ParticleSystem* pSys1 = mSceneMgr->createParticleSystem("psys1", "GameTools/DemoParticle1"); 
     135                ParticleSystem* pSys1 = mSceneMgr->createParticleSystem("psys1", "GameTools/Big"); 
    136136                pSys1->setKeepParticlesInLocalSpace(false); 
    137137                SceneNode *pSysNode = rootNode->createChildSceneNode(); 
    138138                pSysNode->attachObject(pSys1);  
    139139 
    140                 //pSysNode->setPosition(0,100,0); 
     140                pSysNode->setPosition(0,1,0); 
    141141        /*               
    142142       
Note: See TracChangeset for help on using the changeset viewer.