Ignore:
Timestamp:
09/05/07 10:54:23 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2509 r2550  
    187187                OgreIlluminationManager::getSingleton().setMainViewport(mWindow->getViewport(0)); 
    188188                OgreIlluminationManager::getSingleton().setShadowMapSize(700); 
    189                 OgreIlluminationManager::getSingleton().setShadowMapMaterialName("GTP/Basic/Depth"); 
     189                //OgreIlluminationManager::getSingleton().setShadowMapMaterialName("GTP/Basic/Depth"); 
     190                OgreIlluminationManager::getSingleton().setShadowMapMaterialName("GTP/Basic/CameraDepth"); 
    190191                OgreIlluminationManager::getSingleton().setFocusingSM(true); 
    191192           OgreIlluminationManager::getSingleton().setBlurShadowMap(true); 
Note: See TracChangeset for help on using the changeset viewer.