Changeset 3172


Ignore:
Timestamp:
11/26/08 20:18:55 (16 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/App/Demos/Vis/FriendlyCulling
Files:
2 edited

Legend:

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

    r3167 r3172  
    281281                const float2 offset = samples[i]; 
    282282 
    283 #if 1 
     283#if 0 
    284284                //////////////////// 
    285285                //-- add random noise: reflect around random normal vector (rather slow!) 
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/toto.txt

    r3120 r3172  
    9797 
    9898 
     99keep chain of kernels constant based on the state of convergence=> 
     100 
     101only use a single kernel, rotate based on noise texture 
     102we use fixed offset into the noise texture based on the #frames samples were accumulated 
     103 
     104problem:  
     105 
Note: See TracChangeset for help on using the changeset viewer.