Ignore:
Timestamp:
10/06/08 03:02:23 (16 years ago)
Author:
mattausch
Message:

tried downsampling

File:
1 edited

Legend:

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

    r2994 r3006  
    7272                                         const Matrix4x4 &projViewMatrix); 
    7373 
    74         void ComputeGlobIllum(FrameBufferObject *fbo, float tempCohFactor, const Matrix4x4 &oldProjViewMatrix); 
     74        void ComputeGlobIllum(FrameBufferObject *fbo, float tempCohFactor, const Matrix4x4 &projViewMatrix, const Matrix4x4 &oldProjViewMatrix); 
    7575 
    7676        void FirstPass(FrameBufferObject *fbo, DirectionalLight *light); 
     
    9090        */ 
    9191        void ComputeViewVectors(Vector3 &tl, Vector3 &tr, Vector3 &bl, Vector3 &br); 
    92          
    93         void DownSample(FrameBufferObject *fbo); 
    9492 
     93        /** Downsample buffer of fbo to buffer of downSampleFbo. The downSampleFbo must have half the 
     94                resolution of fbo. 
     95        */ 
     96        void DownSample(FrameBufferObject *fbo, int bufferIdx, 
     97                                        FrameBufferObject *downSampleFbo, int downSampleBufferIdx); 
    9598 
    9699 
Note: See TracChangeset for help on using the changeset viewer.