Ignore:
Timestamp:
10/17/06 09:21:50 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r1425 r1628  
    7070        unsigned int focusingMapSize; 
    7171        unsigned int shadowMapSize; 
     72        bool useLISPSM; 
     73        bool useVSM; 
     74        bool blurSM; 
    7275        unsigned int phaseTextureSize; 
    7376        std::map<RenderingRunType,float> maxRads; 
     
    302305                return FrameListener::frameStarted(evt); 
    303306        } 
     307 
     308        bool getUseLISPSM(){return useLISPSM;} 
     309        bool getUseVSM(){return useVSM;} 
     310        bool getBlurShadowMap(){return blurSM;} 
     311        void setUseLISPSM(bool use){useLISPSM = use;} 
     312        void setUseVSM(bool use){useVSM = use;} 
     313        void setBlurShadowMap(bool use){blurSM = use;} 
    304314}; 
    305315 
Note: See TracChangeset for help on using the changeset viewer.