Changeset 1639 for GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include
- Timestamp:
- 10/18/06 15:21:46 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/OgreIlluminationManager.h
r1628 r1639 73 73 bool useVSM; 74 74 bool blurSM; 75 bool focusingSM; 75 76 unsigned int phaseTextureSize; 76 77 std::map<RenderingRunType,float> maxRads; … … 308 309 bool getUseLISPSM(){return useLISPSM;} 309 310 bool getUseVSM(){return useVSM;} 311 bool getFocusingShadowMap(){return focusingSM;} 310 312 bool getBlurShadowMap(){return blurSM;} 311 313 void setUseLISPSM(bool use){useLISPSM = use;} 312 314 void setUseVSM(bool use){useVSM = use;} 315 void setFocusingSM(bool use){focusingSM = use;} 313 316 void setBlurShadowMap(bool use){blurSM = use;} 314 317 };
Note: See TracChangeset
for help on using the changeset viewer.