Changeset 315


Ignore:
Timestamp:
10/10/05 04:53:31 (19 years ago)
Author:
mattausch
Message:

deleted debug messages

Location:
trunk/VUT/GtpVisibilityPreprocessor/src
Files:
2 edited

Legend:

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

    r313 r315  
    7171                ViewCell *vc = ray.viewCells[j]; 
    7272 
    73                 for (int i = 0; i < 5; ++ i) 
    74                         if (vc == mViewCells[i]) 
    75                                 Debug << "adding sample to vc " << i << endl; 
    7673                contributingSamples += vc->GetPvs().AddSample(obj); 
    7774        } 
     
    343340                                                                if (mViewCells[j] == ray.viewCells[k])  
    344341                                                                { 
    345                                                                         Debug << "Pushing back ray" << endl; 
    346342                                                                        vcRays[j].push_back(ray); 
    347343                                                                } 
     
    356352                        } 
    357353                                 
     354                        // NOTE: should be inside loop 
    358355                        if ( i < pvsOut ) 
    359356                                rays[i].push_back(ray); 
  • trunk/VUT/GtpVisibilityPreprocessor/src/main.cpp

    r313 r315  
    6363          if (exporter)  
    6464          {      
    65           Debug << "Exporting bsp splits" << endl; 
    66                   Material m;  
     65          Material m;  
    6766                  m.mDiffuseColor = RgbColor(1, 0, 0); 
    6867                  exporter->SetForcedMaterial(m); 
Note: See TracChangeset for help on using the changeset viewer.