Ignore:
Timestamp:
10/18/06 15:21:46 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/OgreIlluminationManager.h

    r1628 r1639  
    7373        bool useVSM; 
    7474        bool blurSM; 
     75        bool focusingSM; 
    7576        unsigned int phaseTextureSize; 
    7677        std::map<RenderingRunType,float> maxRads; 
     
    308309        bool getUseLISPSM(){return useLISPSM;} 
    309310        bool getUseVSM(){return useVSM;} 
     311        bool getFocusingShadowMap(){return focusingSM;} 
    310312        bool getBlurShadowMap(){return blurSM;} 
    311313        void setUseLISPSM(bool use){useLISPSM = use;} 
    312314        void setUseVSM(bool use){useVSM = use;} 
     315        void setFocusingSM(bool use){focusingSM = use;} 
    313316        void setBlurShadowMap(bool use){blurSM = use;} 
    314317}; 
Note: See TracChangeset for help on using the changeset viewer.