Ignore:
Timestamp:
08/27/08 17:22:34 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2874 r2875  
    4444        ~SsaoShader(); 
    4545 
    46         void SetType(bool useGlobIllum, bool useTemporalCoherence); 
     46        void SetUseGlobIllum(bool useGlobIllum); 
     47        void SetUseTemporalCoherence(bool temporal); 
     48 
    4749 
    4850protected: 
     
    7375        FrameBufferObject *mNewFbo; 
    7476        FrameBufferObject *mFbo3; 
     77 
     78        bool mUseGlobIllum; 
     79        bool mUseTemporalCoherence; 
    7580}; 
    7681 
Note: See TracChangeset for help on using the changeset viewer.