Ignore:
Timestamp:
05/28/07 16:30:37 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2366 r2397  
    6969                                                        bool createNewPasses, 
    7070                                                        int startTextureUnitID, 
     71                                                        bool nearestLightsFromCamera, 
    7172                                                        Pass* pass, 
    7273                                                        OgreRenderable* parentRenderable, 
     
    144145        bool createNewPasses; 
    145146        int startTextureUnitID; 
     147        bool nearestLightsFromCamera; 
    146148}; 
    147149 
     
    160162                                                                                OgreTechniqueGroup* parentTechniqueGroup); 
    161163 
     164        virtual bool needMaterialCopy(IllumTechniqueParams* params); 
    162165 
    163166        int maxlights; 
     
    176179        bool createNewPasses; 
    177180        int startTextureUnitID; 
     181        bool nearestLightsFromCamera; 
    178182}; 
    179183 
Note: See TracChangeset for help on using the changeset viewer.