Ignore:
Timestamp:
04/13/09 08:44:22 (15 years ago)
Author:
mattausch
Message:

found error

File:
1 edited

Legend:

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

    r3341 r3342  
    496496         
    497497        //const float radiusMult = kernelRadius; 
    498         const float radiusMult = 3e-2; 
    499         //const float radiusMult = kernelRadius * invw; 
    500          
    501 #if 1 
    502 //#ifdef PERFORMANCE_TEST        
     498        //const float radiusMult = 3e-2; 
     499        const float radiusMult = kernelRadius * invw; 
     500         
     501#ifdef PERFORMANCE_TEST  
    503502 
    504503        float3 diffVec = tex2Dlod(attribsTex, float4(IN.texCoord, 0, 0)).xyz; 
     
    558557        } 
    559558 
    560 #if 1 
    561 //#ifdef PERFORMANCE_TEST 
     559 
     560#ifdef PERFORMANCE_TEST 
    562561 
    563562        /////////// 
Note: See TracChangeset for help on using the changeset viewer.