Changeset 1103 for GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include
- Timestamp:
- 07/07/06 17:01:43 (19 years ago)
- 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 67 67 */ 68 68 float maxRad; 69 unsigned int focusingMapSize; 69 70 std::map<RenderingRunType,float> maxRads; 70 71 /** … … 149 150 } 150 151 void setMaxJoinRadius(RenderingRunType type, float rad){maxRads[type] = rad;} 152 void setFocusingMapSize(unsigned int size){focusingMapSize = size;} 151 153 /** 152 154 @brief Returns the one and only OgreIlluminationManager instance. -
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderingRuns/OgreDepthShadowMapRenderingRun.h
r1055 r1103 11 11 #include "DepthShadowMapRenderingRun.h" 12 12 #include "OgreSharedRuns.h" 13 #include "OgreFocusingMapRenderingRun.h" 13 14 14 15 … … 45 46 @brief Refreshes light camera matrices, called in each update. 46 47 */ 47 void refreshLight( );48 void refreshLight(unsigned long frameNum); 48 49 /** 49 50 @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.