Ignore:
Timestamp:
02/20/09 18:21:24 (16 years ago)
Author:
mattausch
Message:

found out what is wrong with halton sequence

File:
1 edited

Legend:

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

    r3321 r3322  
    194194                //-- (affects performance for some reason!) 
    195195 
    196                 if (convergence < SSAO_CONVERGENCE_THRESHOLD) 
     196                if (1)//convergence < SSAO_CONVERGENCE_THRESHOLD) 
    197197                { 
    198198                        float2 mynoise = tex2Dlod(noiseTex, float4(IN.texCoord * 4.0f, 0, 0)).xy; 
Note: See TracChangeset for help on using the changeset viewer.