Ignore:
Timestamp:
09/22/08 18:33:55 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/ssao.cg

    r2911 r2964  
    7373 
    7474                // sample downsampled texture in order to speed up texture accesses 
    75                 float3 sample_position = tex2Dlod(positions, float4(texcoord, 0, 1)).xyz; 
     75                float3 sample_position = tex2Dlod(positions, float4(texcoord, 0, SSAO_MIPMAP_LEVEL)).xyz; 
    7676                //float3 sample_position = tex2D(positions, texcoord).xyz; 
    7777 
Note: See TracChangeset for help on using the changeset viewer.