Ignore:
Timestamp:
07/07/06 17:01:43 (19 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include
Files:
1 added
2 edited

Legend:

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

    r1062 r1103  
    6767        */ 
    6868        float maxRad; 
     69        unsigned int focusingMapSize; 
    6970        std::map<RenderingRunType,float> maxRads; 
    7071        /** 
     
    149150        } 
    150151        void setMaxJoinRadius(RenderingRunType type, float rad){maxRads[type] = rad;} 
     152        void setFocusingMapSize(unsigned int size){focusingMapSize = size;} 
    151153        /** 
    152154                @brief Returns the one and only OgreIlluminationManager instance. 
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderingRuns/OgreDepthShadowMapRenderingRun.h

    r1055 r1103  
    1111#include "DepthShadowMapRenderingRun.h" 
    1212#include "OgreSharedRuns.h" 
     13#include "OgreFocusingMapRenderingRun.h" 
    1314 
    1415 
     
    4546                @brief Refreshes light camera matrices, called in each update. 
    4647        */ 
    47         void refreshLight(); 
     48        void refreshLight(unsigned long frameNum); 
    4849        /** 
    4950                @brief retuns the view matrix of the camera from which the depth shadow map was created 
Note: See TracChangeset for help on using the changeset viewer.