Ignore:
Timestamp:
11/10/08 18:43:06 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3113 r3115  
    259259        //-- the flip-flop fbos 
    260260 
    261         const int dsw = w / 2; 
    262         const int dsh = h / 2; 
    263  
    264         //const int dsw = w; 
    265         //const int dsh = h; 
     261        const int dsw = w / 2; const int dsh = h / 2; 
     262        //const int dsw = w; const int dsh = h; 
    266263 
    267264        mIllumFbo = new FrameBufferObject(dsw, dsh, FrameBufferObject::DEPTH_NONE); 
Note: See TracChangeset for help on using the changeset viewer.