Ignore:
Timestamp:
03/01/07 18:04:37 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2175 r2179  
    9999                if(scene == 1) 
    100100                { 
    101                   mSceneMgr = mRoot->createSceneManager("OctreeSceneManager"); 
    102                   //mSceneMgr = mRoot->createSceneManager("OcclusionCullingSceneManager"); 
     101                 // mSceneMgr = mRoot->createSceneManager("OctreeSceneManager"); 
     102                  mSceneMgr = mRoot->createSceneManager("OcclusionCullingSceneManager"); 
    103103                } 
    104104                else if(scene == 2) 
     
    109109    { 
    110110                //createPostproc(); 
    111  
     111                //std::string occlusion_cfg("OcclusionCulling.cfg"); 
     112                //mSceneMgr->setWorldGeometry(occlusion_cfg); 
     113                 
    112114                OgreIlluminationManager::getSingleton().setMainCamera(mCamera); 
    113115                OgreIlluminationManager::getSingleton().setMainViewport(mWindow->getViewport(0)); 
Note: See TracChangeset for help on using the changeset viewer.