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

Legend:

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

    r411 r412  
    741741                        //sampleContributions += mBspTree->GetStat().sampleContributions; 
    742742 
     743                        Debug << mVspKdTree->GetStatistics(); 
     744 
    743745                        // throw away samples because BSP leaves not stored in order  
    744746                        // Need ordered rays for post processing => collect new rays 
     
    784786                        sampleContributions += mBspTree->GetStat().sampleContributions; 
    785787 
    786                         BspTreeStatistics(Debug);        
     788                        BspTreeStatistics(Debug); 
    787789 
    788790                        if (0) Export("vc_bsptree.x3d", false, false, true); 
Note: See TracChangeset for help on using the changeset viewer.