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/OgreCausticReceiverRenderTechnique.h

    r2285 r2299  
    3838                @param causticFragmentProgram   the fragment program to be used in the caustic gathering passes. 
    3939                                                                                It should have one pass and the caustic cubemap of a caster will be bound to the first sampler unit.  
     40                @param passBlendingSRC                          source blend factor of the new passes 
     41                @param passBlendingDEST                         destination blend factor of the new passes 
    4042                @param pass                                             the pass after which caustic gathering passes should be added 
    4143                @param parentRenderable                 the object to operate on 
     
    4648                                                        String causticVertexProgram, 
    4749                                                        String causticFragmentProgram, 
     50                                                        SceneBlendFactor passBlendingSRC, 
     51                                                        SceneBlendFactor passBlendingDEST, 
    4852                                                        Pass* pass, 
    4953                                                        OgreRenderable* parentRenderable, 
     
    8185        */ 
    8286        std::vector<OgreSharedRuns*> causticCasters; 
    83          
     87        /** 
     88                @brief source blend factor of the new passes 
     89        */ 
     90        SceneBlendFactor passBlendingSRC; 
     91        /** 
     92                @brief destination blend factor of the new passes 
     93        */ 
     94        SceneBlendFactor passBlendingDEST; 
    8495}; 
    8596 
     
    102113        String causticVertexProgram; 
    103114        String causticFragmentProgram; 
    104  
     115        SceneBlendFactor passBlendingSRC; 
     116        SceneBlendFactor passBlendingDEST; 
    105117}; 
    106118 
Note: See TracChangeset for help on using the changeset viewer.