Changeset 2443 for GTP/trunk/App/Demos/Illum/Ogre/src/Moria/include
- Timestamp:
- 06/12/07 12:05:35 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/src/Moria/include/Moria.h
r2418 r2443 377 377 mainLightNode->attachObject(mainLight); 378 378 //mainLight->setSpotlightRange(Degree(0),Degree(120)); 379 mainLight->setAttenuation(200.0, 0, 0, 1);379 mainLight->setAttenuation(200.0, 0, 0, 3); 380 380 /* 381 381 Light* blueLight = mSceneMgr->createLight("blueLight");
Note: See TracChangeset
for help on using the changeset viewer.