Ignore:
Timestamp:
07/08/08 13:03:12 (16 years ago)
Author:
mattausch
Message:

debug version providing not instanted geometryx

File:
1 edited

Legend:

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

    r2822 r2823  
    9696     
    9797    //sample noisetex; r stores costheta, g stores sintheta 
    98     float2 noise = tex2D(noiseTexture, IN.texCoord.xy).xy * 2.0f - 1.0f; 
     98    float2 noise = tex2D(noiseTexture, IN.texCoord.xy * 7.0f).xy * 2.0f - 1.0f; 
    9999         
    100100    // rotation 
Note: See TracChangeset for help on using the changeset viewer.