Ignore:
Timestamp:
04/01/07 00:02:16 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/pathmap/pathMap.fx

    r2212 r2304  
    122122                        1.0 - (input.texAtlas.y + (iCluster / prmAtlasTiles.x)) / prmAtlasTiles.y) + atlasHalfPixel; 
    123123                float4 weight = weightsa[iCluster/4]; 
    124 //              weight = 0.065; 
     124                //weight = 0.065; 
    125125                float3 val = tex2D(filteredAtlasSampler, prmTexPos); 
    126126                col += val.xyz * weight.x; 
     
    227227        psWalkAmbient(vsOutputWalk input) : COLOR 
    228228{ 
    229         float3 col = 0.0012; 
     229        float3 col = 0.0001; 
    230230 
    231231        input.occProjPos /= input.occProjPos.w; 
Note: See TracChangeset for help on using the changeset viewer.