Changeset 1331


Ignore:
Timestamp:
09/11/06 15:57:58 (18 years ago)
Author:
szirmay
Message:
 
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  
    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       
  • GTP/trunk/App/Demos/Illum/Ogre/src/HierarchicalSystem/scripts/HierarchicalSystem.vcproj

    r1054 r1331  
    154154                        Name="Resource Files" 
    155155                        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> 
    156162                </Filter> 
    157163        </Files> 
Note: See TracChangeset for help on using the changeset viewer.