Ignore:
Timestamp:
12/02/05 08:45:09 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r442 r443  
    16881688} 
    16891689 
     1690void VspBspTree::ConstructGeometry(BspViewCell *vc, PolygonContainer &cell) const 
     1691{ 
     1692        /* 
     1693        TODO 
     1694        vector<VspBspLeaf *> leaves = vc->mBspLeaves; 
     1695 
     1696        vector<VspBspLeaf *>::const_iterator it, it_end = leaves.end(); 
     1697 
     1698        for (it = leaves.begin(); it != it_end; ++ it) 
     1699                ConstructGeometry(*it, vcGeom);*/ 
     1700} 
    16901701 
    16911702int VspBspTree::FindNeighbors(VspBspNode *n, vector<VspBspLeaf *> &neighbors,  
Note: See TracChangeset for help on using the changeset viewer.