Ignore:
Timestamp:
09/04/08 10:14:18 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2900 r2901  
    4141                        const Matrix4x4 &oldProjViewMatrix,  
    4242                                const Matrix4x4 &projViewMatrix,  
    43                                 float expFactor,  
     43                                float tempCohFactor,  
    4444                                ShadowMap *shadowMap = NULL); 
    4545 
     
    6262protected: 
    6363 
    64         void ComputeSsao(FrameBufferObject *fbo, float expFactor, const Matrix4x4 &oldProjViewMatrix, const Matrix4x4 &projViewMatrix); 
     64        void ComputeSsao(FrameBufferObject *fbo, float tempCohFactor, const Matrix4x4 &oldProjViewMatrix, const Matrix4x4 &projViewMatrix); 
    6565 
    66         void ComputeGlobIllum(FrameBufferObject *fbo, float expFactor, const Matrix4x4 &oldProjViewMatrix); 
     66        void ComputeGlobIllum(FrameBufferObject *fbo, float tempCohFactor, const Matrix4x4 &oldProjViewMatrix); 
    6767 
    6868        void FirstPass(FrameBufferObject *fbo); 
Note: See TracChangeset for help on using the changeset viewer.