Ignore:
Timestamp:
08/25/08 20:20:42 (16 years ago)
Author:
mattausch
Message:

bug: downsampling of positions does not work

File:
1 edited

Legend:

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

    r2862 r2866  
    5151                Returns the index that allows to retrieve the color buffer object. 
    5252        */ 
    53         int AddColorBuffer(ColorBufferObject::FORMAT col,  
     53        int AddColorBuffer(int w, int h, 
     54                                   ColorBufferObject::FORMAT col,  
    5455                               ColorBufferObject::WRAP_TYPE wrapType,  
    5556                                           ColorBufferObject::FILTER_TYPE filterType,  
Note: See TracChangeset for help on using the changeset viewer.