Ignore:
Timestamp:
09/08/05 18:45:51 (19 years ago)
Author:
mattausch
Message:

added viewcell loader

File:
1 edited

Legend:

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

    r260 r261  
    463463 
    464464 
    465 ViewCellContainer *BspTree::Construct(const ObjectContainer &objects) 
     465void BspTree::Construct(const ObjectContainer &objects, ViewCellContainer *viewCells) 
    466466{ 
    467467#ifdef _DEBUG 
     
    479479        Construct(polys); 
    480480 
    481         return NULL;// TODO 
    482 } 
    483  
    484 ViewCellContainer *BspTree::Construct(const RayContainer &rays) 
     481        // TODO: generate view cells 
     482} 
     483 
     484void BspTree::Construct(const RayContainer &rays, ViewCellContainer *viewCells) 
    485485{ 
    486486        // TODO 
    487         return NULL; 
    488487} 
    489488 
Note: See TracChangeset for help on using the changeset viewer.