Ignore:
Timestamp:
02/05/07 17:43:39 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/programs/GameTools_DepthShadow.hlsl

    r2054 r2095  
    129129} 
    130130 
    131 /* 
     131 
    132132float4 distShadowPS(VS_OUT_SHADOW IN, 
    133133                                        uniform float4x4 lightViewProj, 
     
    174174         
    175175        return shadow + (1 - shadow) * light; 
    176 }*/ 
    177  
     176} 
     177/* 
    178178float4 distShadowPS(VS_OUT_SHADOW IN, 
    179179                                        uniform float4x4 lightViewProj, 
     
    212212        return shadow + (1 - shadow) * light; 
    213213} 
    214  
     214*/ 
    215215/* 
    216216float4 depthShadowPS(VS_OUT_SHADOW IN, 
Note: See TracChangeset for help on using the changeset viewer.