Ignore:
Timestamp:
03/08/07 16:59:38 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2197 r2212  
    122122                        1.0 - (input.texAtlas.y + (iCluster / prmAtlasTiles.x)) / prmAtlasTiles.y) + atlasHalfPixel; 
    123123                float4 weight = weightsa[iCluster/4]; 
    124 //              weight = 0.001; 
     124//              weight = 0.065; 
    125125                float3 val = tex2D(filteredAtlasSampler, prmTexPos); 
    126126                col += val.xyz * weight.x; 
     
    181181                        1.0 - (input.texAtlas.y + (iCluster / prmAtlasTiles.x)) / prmAtlasTiles.y) + atlasHalfPixel; 
    182182                float4 weight = weightsa[iCluster/4]; 
     183//              weight = 0.065; 
    183184                float3 val = tex2D(filteredAtlasSampler, prmTexPos); 
    184185                col += val.xyz * weight.x; 
     
    201202 
    202203        return float4( lightPower * col  * tex2D(brdfMapSampler, input.tex) , 1); 
     204//      return float4( lightPower * col, 1); 
    203205} 
    204206 
Note: See TracChangeset for help on using the changeset viewer.