Ignore:
Timestamp:
12/03/08 01:14:40 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3206 r3207  
    267267        // actually 0 means pixel is valid 
    268268        const float pixelIsValid = 0.0f; 
     269        // means that we only use slight temporal coherence over some frames 
     270        // so that there si no noticeable drag 
    269271        const float pixelCouldBeValid = 2.0f; 
     272        // this pixel information has to be discarded in order to not create artifacts 
    270273        const float pixelNotValid = 10.0f; 
    271274 
Note: See TracChangeset for help on using the changeset viewer.