Ignore:
Timestamp:
08/22/08 17:51:54 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2861 r2862  
    4747        /** constructor requesting an opengl occlusion query. 
    4848        */ 
    49         FrameBufferObject(int w, int h, DEPTH_FORMAT d); 
     49        FrameBufferObject(int w, int h, DEPTH_FORMAT d, bool useDepthTex = false); 
    5050        /** Creates and adds a color buffer to the current frame buffer object. 
    5151                Returns the index that allows to retrieve the color buffer object. 
     
    6666        */ 
    6767        static void Release(); 
     68         
    6869 
    6970protected: 
     
    7677        int mHeight; 
    7778        int mWidth; 
     79 
     80        unsigned int mDepthTexId; 
    7881}; 
    7982 
Note: See TracChangeset for help on using the changeset viewer.