Changeset 648 for GTP/trunk/App
- Timestamp:
- 02/16/06 16:21:26 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/HillyTerrain/OGRE/TestCullingTerrainApplication.cpp
r639 r648 282 282 283 283 // Use 512x512 texture in GL since we can't go higher than the window res 284 mSceneMgr->setShadowTextureSettings( 512, 2);284 mSceneMgr->setShadowTextureSettings(1024, 2); 285 285 286 286 mSceneMgr->setShadowColour(ColourValue(0.5, 0.5, 0.5));
Note: See TracChangeset
for help on using the changeset viewer.