- Timestamp:
- 09/11/06 15:57:58 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/src/HierarchicalSystem/include/HierarchicalSystem.h
r1059 r1331 133 133 134 134 135 ParticleSystem* pSys1 = mSceneMgr->createParticleSystem("psys1", "GameTools/ DemoParticle1");135 ParticleSystem* pSys1 = mSceneMgr->createParticleSystem("psys1", "GameTools/Big"); 136 136 pSys1->setKeepParticlesInLocalSpace(false); 137 137 SceneNode *pSysNode = rootNode->createChildSceneNode(); 138 138 pSysNode->attachObject(pSys1); 139 139 140 //pSysNode->setPosition(0,100,0);140 pSysNode->setPosition(0,1,0); 141 141 /* 142 142
Note: See TracChangeset
for help on using the changeset viewer.