Ignore:
Timestamp:
08/31/08 13:15:30 (16 years ago)
Author:
mattausch
Message:

made changes to view transformation but still not working

File:
1 edited

Legend:

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

    r2886 r2887  
    4747        void SetUseTemporalCoherence(bool temporal); 
    4848 
     49        enum SAMPLING_METHOD {POISSON, GAUSS}; 
     50 
     51        void SetSamplingMethod(int s) { mSampling = s;} 
     52 
    4953 
    5054protected: 
     
    8084        bool mUseGlobIllum; 
    8185        bool mUseTemporalCoherence; 
     86 
     87        int mSampling; 
    8288}; 
    8389 
Note: See TracChangeset for help on using the changeset viewer.