Ignore:
Timestamp:
07/17/08 17:21:39 (16 years ago)
Author:
mattausch
Message:

lod starting to work

File:
1 edited

Legend:

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

    r2825 r2844  
    4444        /** Sets the current render state. 
    4545        */ 
    46         void SetState(bool texturing, bool alphaTest); 
     46        void SetState(bool texturing, bool alphaTest, bool cullFace); 
    4747        /** Returns wether we are in query or render mode 
    4848        */ 
     
    7474 
    7575        bool mAlphaTestEnabled; 
     76        bool mCullFaceEnabled; 
    7677        bool mTexturesEnabled; 
    7778 
Note: See TracChangeset for help on using the changeset viewer.