Ignore:
Timestamp:
03/01/07 18:05:03 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r1670 r2180  
    4747                                                        String shadowVertexProgram, 
    4848                                                        String shadowFragmentProgram, 
     49                                                        String WorldViewProjParamName, 
     50                                                        String WorldParamName, 
    4951                                                        bool setLightViewMatrix, 
    5052                                                        bool setLightViewProjMatrix, 
     
    9294        String lightViewParamName; 
    9395        String lightFarPlaneParamName; 
     96        String WorldViewProjParamName; 
     97        String WorldParamName; 
     98                                                                                                 
    9499}; 
    95100 
     
    116121        String lightViewParamName; 
    117122        String lightFarPlaneParamName; 
    118  
     123        String WorldViewProjParamName; 
     124        String WorldParamName; 
    119125}; 
    120126 
Note: See TracChangeset for help on using the changeset viewer.