Ignore:
Timestamp:
12/07/08 23:26:00 (16 years ago)
Author:
mattausch
Message:

made ssao parameters more flexible
started to implement lense flare

File:
1 edited

Legend:

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

    r3189 r3212  
    5858 
    5959        void SetSortSamples(bool sortSamples) { mSortSamples = sortSamples; } 
     60 
     61        void SetSampleIntensity(float sampleIntensity); 
     62 
     63        void SetKernelRadius(float kernelRadius); 
     64 
    6065 
    6166        // hack: store the color buffer idx for the currently used flip flop-MRT here 
     
    150155 
    151156        bool mSortSamples; 
     157 
     158        float mKernelRadius; 
     159        float mSampleIntensity; 
    152160}; 
    153161 
Note: See TracChangeset for help on using the changeset viewer.