Ignore:
Timestamp:
02/17/09 19:21:52 (15 years ago)
Author:
mattausch
Message:

surpressed blur, worked on object placing in sibenik (why performance worse than vienna??)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/DeferredRenderer.h

    r3305 r3316  
    9595        void SetTemporalCoherenceFactorForSsao(float factor); 
    9696 
     97        /** Sets the maxinal convergence factor for ssao filter 
     98        */ 
     99        void SetMaxConvergence(float c); 
     100 
    97101 
    98102        // hack: store the color buffer idx for the currently used flip flop-MRT here 
     
    222226 
    223227        bool mSsaoUseFullResolution; 
     228 
     229        float mMaxConvergence; 
    224230}; 
    225231 
Note: See TracChangeset for help on using the changeset viewer.