Ignore:
Timestamp:
08/08/08 07:52:54 (16 years ago)
Author:
mattausch
Message:

debug version before siggraph

File:
1 edited

Legend:

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

    r2846 r2850  
    5454        void SetBoundaryModeT(int mode) { mBoundaryModeT = mode; } 
    5555 
     56        //void SetUseMipMap(bool useMipMap) { mUseMipMap = useMipMap; } 
     57 
    5658        int GetBoundaryModeS() const { return mBoundaryModeS; } 
    5759        int GetBoundaryModeT() const { return mBoundaryModeT; } 
     
    6062        */ 
    6163        void Create(); 
     64         
    6265 
    6366 
     
    7780        int mByteSize; 
    7881        void *mImage; 
     82 
     83        bool mUseMipMap; 
    7984}; 
    8085 
Note: See TracChangeset for help on using the changeset viewer.