Ignore:
Timestamp:
03/19/07 09:37:44 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2175 r2260  
    140140                createPostproc(); 
    141141 
     142                std::string occlusion_cfg("OcclusionCulling.cfg"); 
     143                mSceneMgr->setWorldGeometry(occlusion_cfg); 
     144                 
    142145                OgreIlluminationManager::getSingleton().setMainCamera(mCamera); 
    143146                OgreIlluminationManager::getSingleton().setMainViewport(mWindow->getViewport(0)); 
Note: See TracChangeset for help on using the changeset viewer.