Ignore:
Timestamp:
07/16/08 17:19:25 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2841 r2842  
    7070protected: 
    7171 
     72        void Sort(); 
     73 
    7274        void Enqueue(Shape *shape); 
    7375 
    7476        inline bool FitsInBucket(Shape *shape, size_t idx) const; 
    75  
    76         /** Sorts the render queue by materials / textures. 
    77         */ 
    78         void Sort(); 
    7977        /** Clears the render queue 
    8078        */ 
Note: See TracChangeset for help on using the changeset viewer.