Ignore:
Timestamp:
10/23/06 23:26:11 (18 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r836 r1670  
    4747                                                        String shadowVertexProgram, 
    4848                                                        String shadowFragmentProgram, 
     49                                                        bool setLightViewMatrix, 
     50                                                        bool setLightViewProjMatrix, 
     51                                                        bool setLightProjFarPlane, 
     52                                                        String lightViewProjParamName, 
     53                                                        String lightViewParamName, 
     54                                                        String lightFarPlaneParamName, 
    4955                                                        Pass* pass, 
    5056                                                        OgreRenderable* parentRenderable, 
     
    7985                @breif new passes created by this technique 
    8086        */ 
    81         std::vector<Pass*> passes;       
     87        std::vector<Pass*> passes; 
     88        bool setLightViewMatrix; 
     89        bool setLightViewProjMatrix; 
     90        bool setLightProjFarPlane; 
     91        String lightViewProjParamName; 
     92        String lightViewParamName; 
     93        String lightFarPlaneParamName; 
    8294}; 
    8395 
     
    98110        String shadowVertexProgram; 
    99111        String shadowFragmentProgram; 
     112        bool setLightViewMatrix; 
     113        bool setLightViewProjMatrix; 
     114        bool setLightProjFarPlane; 
     115        String lightViewProjParamName; 
     116        String lightViewParamName; 
     117        String lightFarPlaneParamName; 
    100118 
    101119}; 
Note: See TracChangeset for help on using the changeset viewer.