Ignore:
Timestamp:
03/29/07 13:27:53 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2285 r2299  
    4747                @param lightViewParamName       the name of the gpu program parameter the light space view matrix should be bound to 
    4848                @param lightFarPlaneParamName   the name of the gpu program parameter the light space projection far plane should be bound to 
     49                @param passBlendingSRC                          source blend factor of the new passes 
     50                @param passBlendingDEST                         destination blend factor of the new passes 
    4951                @param pass                                             the pass after which shadowing passes should be added 
    5052                @param parentRenderable                 the object to operate on 
     
    6365                                                        String lightViewParamName, 
    6466                                                        String lightFarPlaneParamName, 
     67                                                        SceneBlendFactor passBlendingSRC, 
     68                                                        SceneBlendFactor passBlendingDEST, 
    6569                                                        Pass* pass, 
    6670                                                        OgreRenderable* parentRenderable, 
     
    128132        */ 
    129133        String WorldParamName; 
    130                                                                                                  
     134        /** 
     135                @brief source blend factor of the new passes 
     136        */ 
     137        SceneBlendFactor passBlendingSRC; 
     138        /** 
     139                @brief destination blend factor of the new passes 
     140        */ 
     141        SceneBlendFactor passBlendingDEST;                                                                                       
    131142}; 
    132143 
     
    157168        String WorldViewProjParamName; 
    158169        String WorldParamName; 
     170        SceneBlendFactor passBlendingSRC; 
     171        SceneBlendFactor passBlendingDEST; 
    159172}; 
    160173 
Note: See TracChangeset for help on using the changeset viewer.