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.h

    r260 r261  
    262262                @returns list of view cells. 
    263263        */ 
    264         ViewCellContainer *Construct(const ObjectContainer &objects); 
     264        void Construct(const ObjectContainer &objects, ViewCellContainer *viewCells); 
    265265 
    266266        /** Constructs tree using the given number of rays 
     
    268268                @returns list of view cells. 
    269269        */ 
    270         ViewCellContainer *Construct(const RayContainer &rays); 
     270        void Construct(const RayContainer &rays, ViewCellContainer *viewCells); 
    271271 
    272272        int CollectLeafPvs(); 
Note: See TracChangeset for help on using the changeset viewer.