Ignore:
Timestamp:
11/25/08 18:58:47 (16 years ago)
Author:
mattausch
Message:

removed bug (second aa output), normsl normalization now during mrt output

File:
1 edited

Legend:

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

    r3167 r3168  
    156156        pixel OUT; 
    157157 
    158         float4 norm = tex2D(normals, IN.texCoord.xy); 
    159         const float3 normal = normalize(norm.xyz); 
     158        const float3 normal = tex2D(normals, IN.texCoord.xy); 
    160159 
    161160        float4 color = tex2Dlod(colors, float4(IN.texCoord, 0, 0)); 
Note: See TracChangeset for help on using the changeset viewer.