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/RenderQueue.h

    r2842 r2844  
    2525        bool mHasTexture; 
    2626        bool mAlphaTestEnabled; 
     27        bool mCullFaceEnabled; 
    2728 
    2829        /// minimal distance to the camera 
     
    6061        */ 
    6162        void SetCamera(Camera *cam); 
    62         /** Returns the number entities currently in the queue. 
     63        /** Returns the number of entries currently in the queue. 
    6364        */ 
    64         inline int GetSize() const { return (int)mSize; } 
     65        inline int GetSize() const { return (int)mNumEntries; } 
    6566        /** Renders and clears the queue. 
    6667        */ 
     
    9596        std::vector<RenderQueueBucket *> mBuckets; 
    9697 
    97         int mSize; 
     98        int mNumEntries; 
    9899}; 
    99100 
Note: See TracChangeset for help on using the changeset viewer.