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

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/RenderTechniques/OgreDepthShadowRecieverRenderTechnique.cpp

    r1055 r1103  
    103103                        fpParams->setNamedConstant("lightView", depthRun->getLightViewMatrix(0));  
    104104                        fpParams->setNamedConstant("lightViewProj", depthRun->getLightViewProjMatrix(0));  
    105                         fpParams->setNamedConstant("lightView2", depthRun->getLightViewMatrix(1));  
    106                         fpParams->setNamedConstant("lightViewProj2", depthRun->getLightViewProjMatrix(1));  
     105                //      fpParams->setNamedConstant("lightView2", depthRun->getLightViewMatrix(1));  
     106                //      fpParams->setNamedConstant("lightViewProj2", depthRun->getLightViewProjMatrix(1));  
    107107                         
    108108                        passes.at(i)->setActive(true); 
Note: See TracChangeset for help on using the changeset viewer.