Ignore:
Timestamp:
07/16/08 10:46:32 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2805 r2839  
    2929        float mMinDistance; 
    3030 
    31         SceneEntityContainer mEntities; 
     31        ShapeContainer mShapes; 
    3232}; 
    3333 
     
    7070protected: 
    7171 
    72         inline bool FitsInBucket(SceneEntity *ent, size_t idx) const; 
     72        inline bool FitsInBucket(Shape *shape, size_t idx) const; 
    7373 
    7474        /** Sorts the render queue by materials / textures. 
Note: See TracChangeset for help on using the changeset viewer.