Changeset 2446


Ignore:
Timestamp:
06/12/07 16:54:54 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2443 r2446  
    8282 
    8383                //sysNode->setPosition(mCamera->getPosition() - Vector3(0,1.5,0)); 
    84                 //sysNode->setPosition(FPSPlayer::thePlayer->getPosition() - Vector3(0,1.5,0)); 
     84                sysNode->setPosition(FPSPlayer::thePlayer->getPosition() - Vector3(0,1.5,0)); 
    8585 
    8686        return ExampleFrameListener::frameStarted(evt);      
     
    428428                } 
    429429        */ 
    430          /*  ParticleSystem* pSys1 = mSceneMgr->createParticleSystem("psys1", "MoriaDust"); 
     430           ParticleSystem* pSys1 = mSceneMgr->createParticleSystem("psys1", "MoriaDust"); 
    431431           pSys1->setKeepParticlesInLocalSpace(true); 
    432432           pSysNode = rootNode->createChildSceneNode("psys1"); 
    433433           pSysNode->attachObject(pSys1); 
    434            pSysNode->setPosition(0,0,0);*/ 
     434           pSysNode->setPosition(0,0,0); 
    435435 
    436436 
Note: See TracChangeset for help on using the changeset viewer.