Ignore:
Timestamp:
08/30/06 15:10:48 (18 years ago)
Author:
szydlowski
Message:

view cells load/use implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/KdTreeDemo/OGRE/include/TestKdTreeAppListener.h

    r1296 r1300  
    100100        }; 
    101101 
     102        enum ViewCellsMode 
     103        { 
     104                VCM_OFF, 
     105                VCM_ON, 
     106                VCM_FILTER, 
     107                VCM_SIZE, 
     108                VCM_NOTSET 
     109        }; 
     110 
    102111        enum ShowTree 
    103112        { 
     
    128137                mBuildMethod(KdTree::KDBM_PRIORITYQUEUE), 
    129138                mSceneType(ST_SIMPLE), 
     139                mViewCells(VCM_OFF), 
    130140                mFastStart(false), 
    131141                mBurnIn(false), 
     
    153163                int mBuildMethod; 
    154164                int mSceneType; 
     165                int mViewCells; 
    155166                bool mFastStart; 
    156167                bool mBurnIn; 
     
    248259 
    249260        // view cells 
     261        bool mViewCellsLoaded; 
    250262        bool mUseViewCells; 
    251263        bool mUseVisibilityFilter; 
     
    268280        Overlay *mDebugOverlay; 
    269281        Overlay *mKdTreeOverlay; 
    270  
     282        Overlay *mLoadingOverlay; 
     283 
     284        OverlayElement *mMyLoadingInfo; 
    271285        OverlayElement *mDemoStatus; 
    272286        TextAreaOverlayElement *mDemoTime; 
Note: See TracChangeset for help on using the changeset viewer.