Ignore:
Timestamp:
01/11/06 18:28:37 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r517 r518  
    100100void ViewCellsManager::ComputeSampleContributions(const VssRayContainer &rays) 
    101101{ 
     102        Debug << "here2" << endl; 
    102103        // view cells not yet constructed 
    103104        if (!ViewCellsConstructed()) 
    104105                return; 
     106        Debug << "here " << rays.size() << endl; 
    105107 
    106108        VssRayContainer::const_iterator it, it_end = rays.end(); 
     
    342344  Ray hray(ray); 
    343345  float tmin = 0, tmax = 1.0; 
    344  
     346Debug << "here3" << endl; 
    345347  //hray.Init(ray.GetOrigin(), ray.GetDir(), Ray::LINE_SEGMENT); 
    346348  if (!GetSceneBbox().GetRaySegment(hray, tmin, tmax) || (tmin > tmax)) 
     
    353355                                  termination, 
    354356                                  viewcells); 
    355   //Debug << "constribution: " << (int)viewcells.size() << endl; 
     357  Debug << "constribution: " << (int)viewcells.size() << endl; 
    356358  // copy viewcells memory efficiently 
    357359  const bool storeViewcells = false; 
Note: See TracChangeset for help on using the changeset viewer.