Ignore:
Timestamp:
08/31/08 13:15:30 (16 years ago)
Author:
mattausch
Message:

made changes to view transformation but still not working

File:
1 edited

Legend:

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

    r2884 r2887  
    8484        float4 s3 = tex2Dlod(colors, float4(offset + IN.lb.xy * w, 0, 0)); 
    8585 
    86         float4 sx = tex2D(colors, IN.c.xy); 
    87  
    88         //return (sx + sx) * 0.5f; 
     86        //float4 sx = tex2D(colors, IN.c.xy); 
    8987 
    9088        return (s0 + s1 + s2 + s3) * 0.25f; 
    91         //return (s0 + s1 + s2 + s3) * 0.25f; 
    92  
    9389        //return float4(w); 
    9490} 
Note: See TracChangeset for help on using the changeset viewer.