Ignore:
Timestamp:
12/20/08 09:00:10 (16 years ago)
Author:
mattausch
Message:

worked on submission

File:
1 edited

Legend:

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

    r3212 r3226  
    315315 
    316316        const float4 difVec = tex2Dlod(diffVals, float4(IN.texCoord, 0, 0)); 
     317        // normalize normal once more because of bilinear interpolation 
    317318        const float3 normal = normalize(tex2Dlod(normalsTex, float4(IN.texCoord, 0, 0)).xyz); 
    318319 
Note: See TracChangeset for help on using the changeset viewer.