Ignore:
Timestamp:
02/06/06 19:09:53 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r590 r600  
    414414                << maxCostNodes * 100 / (double)Leaves() << endl; 
    415415 
    416         app << "#N_PMINPROBABILITYAREALEAVES  ( Percentage of leaves with mininum probability )\n" 
     416        app << "#N_PMINPROBABILITYLEAVES  ( Percentage of leaves with mininum probability )\n" 
    417417                << minProbabilityNodes * 100 / (double)Leaves() << endl; 
    418418 
     
    864864} 
    865865 
     866 
    866867bool BspTree::TerminationCriteriaMet(const BspTraversalData &data) const 
    867868{ 
     
    875876                 (data.GetAvgRayContribution() > mTermMaxRayContribution)); 
    876877} 
     878 
    877879 
    878880BspNode *BspTree::Subdivide(BspTraversalStack &tStack, BspTraversalData &tData) 
     
    19861988 
    19871989        Intersectable::NewMail(); 
     1990        ViewCell::NewMail(); 
    19881991 
    19891992        Vector3 entp = origin; 
     
    22292232{ 
    22302233        ViewCellContainer leaves; 
    2231         mViewCellsManager->GetViewCellsTree()->CollectLeaves(vc, leaves); 
     2234        mViewCellsTree->CollectLeaves(vc, leaves); 
    22322235 
    22332236        ViewCellContainer::const_iterator it, it_end = leaves.end(); 
Note: See TracChangeset for help on using the changeset viewer.