Ignore:
Timestamp:
05/19/09 19:17:41 (15 years ago)
Author:
mattausch
Message:

reverted but now a good version

File:
1 edited

Legend:

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

    r3371 r3372  
    645645        VertexArray positions; 
    646646        //const float factor2 = 1.6f; 
    647         const float factor2 = 1.5f; 
     647        const float factor2 = .0f; 
     648        //const float factor2 = 1.5f; 
    648649 
    649650        // for buddha (lowres) 
     
    835836        // another color buffer 
    836837        fbo->AddColorBuffer(ColorBufferObject::RGBA_FLOAT_32, ColorBufferObject::WRAP_CLAMP_TO_EDGE, ColorBufferObject::FILTER_LINEAR, ColorBufferObject::FILTER_NEAREST); 
    837  
    838838 
    839839        for (int i = 0; i < 4; ++ i) 
Note: See TracChangeset for help on using the changeset viewer.