Ignore:
Timestamp:
01/23/06 03:02:45 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r564 r565  
    508508 
    509509        if (!GetViewSpaceBox().GetRaySegment(hray, tmin, tmax) || (tmin > tmax)) 
    510                 return; 
     510                return 0; 
    511511 
    512512        Vector3 origin = hray.Extrap(tmin); 
     
    515515        CastLineSegment(origin, termination, viewcells); 
    516516        //Debug << "constribution: " << (int)viewcells.size() << endl; 
    517         // copy viewcells memory efficiently 
    518         const bool storeViewcells = false; 
    519         if (storeViewcells) 
    520  
    521   CastLineSegment(origin, 
    522                                   termination, 
    523                                   viewcells); 
     517        CastLineSegment(origin, termination, viewcells); 
    524518 
    525519  //Debug << "constribution: " << (int)viewcells.size() << endl; 
Note: See TracChangeset for help on using the changeset viewer.