Changeset 1331
- Timestamp:
- 09/11/06 15:57:58 (18 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre/src/HierarchicalSystem
- Files:
-
- 2 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 -
GTP/trunk/App/Demos/Illum/Ogre/src/HierarchicalSystem/scripts/HierarchicalSystem.vcproj
r1054 r1331 154 154 Name="Resource Files" 155 155 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> 156 <File 157 RelativePath="..\..\..\Media\materials\scripts\GameTools_HPS.material"> 158 </File> 159 <File 160 RelativePath="..\..\..\Media\materials\programs\GameTools_HPS_Smoke_L.hlsl"> 161 </File> 156 162 </Filter> 157 163 </Files>
Note: See TracChangeset
for help on using the changeset viewer.