Ignore:
Timestamp:
11/06/05 01:24:55 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r380 r383  
    600600                } 
    601601 
    602                 //-- visualization of the bsp splits 
     602                //-- visualization of the BSP splits 
    603603                bool exportSplits = false; 
    604604                environment->GetBoolValue("BspTree.exportSplits", exportSplits); 
     
    703703                                                         
    704704                        mSampleRays.push_back(new Ray(ray)); 
    705                         Debug << "abba " << mSampleRays.size() << endl; 
    706705                } 
    707706                else 
     
    727726        else if ((int)mSampleRays.size() < mPostProcessSamples) 
    728727        { 
    729                 Debug << "police " << mSampleRays.size() << endl; 
    730728                mSampleRays.push_back(new Ray(ray)); 
    731729        } 
     
    779777                exporter->SetForcedMaterial(m); 
    780778                exporter->SetWireframe(); 
    781                 exporter->ExportBspSplits(*mBspTree); 
     779                exporter->ExportBspSplits(*mBspTree, true); 
    782780 
    783781                // take forced material, else big scenes cannot be viewed 
Note: See TracChangeset for help on using the changeset viewer.