Ignore:
Timestamp:
11/09/05 01:54:05 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r390 r392  
    315315        void SetViewCell(BspViewCell *viewCell); 
    316316 
    317         /** Generates new view cell and adds rays to the PVS. 
     317        /** Adds rays to the PVS. 
    318318                @param sampleContributions the number contributions of the sampels 
    319319                @param contributingSampels the number of contributing rays 
    320320                 
    321321        */ 
    322         void GenerateViewCell(const BoundedRayContainer &rays,  
    323                                               int &sampleContributions, 
    324                                                   int &contributingSamples); 
     322        void AddToPvs(const BoundedRayContainer &rays, int &sampleContributions, 
     323                                  int &contributingSamples); 
    325324 
    326325protected: 
     
    392391                @param viewCell view cell corresponding to unbounded space 
    393392        */  
    394         BspTree(ViewCell *viewCell); 
     393        BspTree(BspViewCell *viewCell); 
    395394 
    396395        ~BspTree(); 
     
    771770 
    772771        /// view cell corresponding to unbounded space 
    773         ViewCell *mRootCell; 
     772        BspViewCell *mRootCell; 
    774773 
    775774        /// should view cells be stored or generated in the leaves? 
Note: See TracChangeset for help on using the changeset viewer.