Ignore:
Timestamp:
05/19/09 12:02:26 (15 years ago)
Author:
mattausch
Message:

fehler tritt nicht auf!!

File:
1 edited

Legend:

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

    r3369 r3371  
    669669#if 1 
    670670 
    671         //LoadModel("hbuddha.dem", dynamicObjects); 
     671        LoadModel("hbuddha.dem", dynamicObjects); 
    672672        //LoadModel("horse.dem", dynamicObjects); 
    673         LoadModel("happy2.dem", dynamicObjects); 
     673        //LoadModel("happy2.dem", dynamicObjects); 
    674674        //LoadModel("torus.dem", dynamicObjects); 
    675675        //LoadModel("venusm.dem", dynamicObjects); 
     
    835835        // another color buffer 
    836836        fbo->AddColorBuffer(ColorBufferObject::RGBA_FLOAT_32, ColorBufferObject::WRAP_CLAMP_TO_EDGE, ColorBufferObject::FILTER_LINEAR, ColorBufferObject::FILTER_NEAREST); 
     837 
    837838 
    838839        for (int i = 0; i < 4; ++ i) 
Note: See TracChangeset for help on using the changeset viewer.