Changeset 2550 for GTP/trunk/App/Demos/Illum/Ogre/src/ShadowDemo
- Timestamp:
- 09/05/07 10:54:23 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/src/ShadowDemo/include/ShadowDemo.h
r2509 r2550 187 187 OgreIlluminationManager::getSingleton().setMainViewport(mWindow->getViewport(0)); 188 188 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"); 190 191 OgreIlluminationManager::getSingleton().setFocusingSM(true); 191 192 OgreIlluminationManager::getSingleton().setBlurShadowMap(true);
Note: See TracChangeset
for help on using the changeset viewer.