Ignore:
Timestamp:
02/12/09 18:28:32 (15 years ago)
Author:
mattausch
Message:

found error with border

File:
1 edited

Legend:

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

    r3305 r3306  
    8181// dof samples 
    8282static Sample2 dofSamples[NUM_DOF_TABS]; 
    83  
    84  
    85 static float ssaoFilterOffsets[NUM_SSAO_FILTER_SAMPLES * 2]; 
    86 static float ssaoFilterWeights[NUM_SSAO_FILTER_SAMPLES]; 
    8783 
    8884static Texture *sHaloTex[5]; 
     
    350346        mDownSampleFbo->AddColorBuffer(ColorBufferObject::RGB_FLOAT_16, ColorBufferObject::WRAP_CLAMP_TO_EDGE, ColorBufferObject::FILTER_LINEAR); 
    351347 
    352  
    353348        for (int i = 0; i < 2; ++ i) 
    354349        { 
Note: See TracChangeset for help on using the changeset viewer.