Ignore:
Timestamp:
04/14/09 13:53:30 (15 years ago)
Author:
mattausch
Message:

something strange happening in sibenik: reprojection not working!!

File:
1 edited

Legend:

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

    r3352 r3353  
    4040 
    4141        // hack: prevent to shade the sky 
     42#if 0 
    4243        if (color.w > DEPTH_THRESHOLD) 
    4344        { 
     
    5152                        outColor = (ambient + diffuse) * color; 
    5253        } 
     54#else 
     55        outColor = ao; 
     56#endif 
    5357 
    5458        return outColor; 
     
    361365                                                                         ); 
    362366#else 
    363         const float2 pValid = float2(0,0); 
     367        const float2 pValid = float2(0, 0); 
    364368#endif 
    365369 
Note: See TracChangeset for help on using the changeset viewer.