Ignore:
Timestamp:
11/16/05 18:33:18 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r416 r418  
    167167 
    168168int 
    169 SamplingPreprocessor::CastRay(Intersectable *object, 
    170                                                                                                                         Ray &ray 
    171                                                                                                                         ) 
     169SamplingPreprocessor::CastRay(Intersectable *object, Ray &ray) 
    172170{ 
    173171        int sampleContributions = 0; 
     
    520518                } 
    521519                else 
    522                 { 
    523                         Debug << "contr: " << passSampleContributions << " pvs: " << pvsSize << " objects: " << objects.size() << endl; 
    524520                        pvsSize += passSampleContributions; 
    525                 } 
     521                 
    526522                float avgRayContrib = (passContributingSamples > 0) ?  
    527523                        passSampleContributions/(float)passContributingSamples : 0; 
     
    641637                exporter->ExportKdTree(*mKdTree); 
    642638 
    643                 if (mBspTree && (ViewCell::sHierarchy == ViewCell::BSP)) 
    644                         exporter->ExportBspTree(*mBspTree); 
     639                if (mBspTree && (ViewCell::sHierarchy == ViewCell::VSP)) 
     640                        exporter->ExportVspKdTree(*mVspKdTree); 
    645641 
    646642                delete exporter; 
Note: See TracChangeset for help on using the changeset viewer.