Ignore:
Timestamp:
01/19/06 23:36:01 (18 years ago)
Author:
mattausch
Message:

started implementing merge visualization !not working!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/VspBspTree.h

    r556 r557  
    275275        /** Merge view cells of leaves l1 and l2. 
    276276        */ 
    277         bool MergeViewCells(BspLeaf *l1, BspLeaf *l2) const; 
     277        bool MergeViewCells(BspLeaf *l1, BspLeaf *l2); //const; 
    278278 
    279279        /** Returns true if this view point is in a valid view space, 
     
    721721private: 
    722722         
     723        ViewCellContainer mOldViewCells; 
     724        ViewCellContainer mNewViewCells; 
     725 
    723726        static const float sLeastRaySplitsTable[5]; 
    724727        /** Evaluates split plane classification with respect to the plane's  
Note: See TracChangeset for help on using the changeset viewer.