Changeset 391 for trunk


Ignore:
Timestamp:
11/08/05 19:36:34 (19 years ago)
Author:
mattausch
Message:
 
Location:
trunk/VUT/GtpVisibilityPreprocessor/src
Files:
2 edited

Legend:

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

    r390 r391  
    724724                        // throw away samples because BSP leaves not stored in order  
    725725                        // Need ordered rays for post processing => collect new rays 
    726                         CLEAR_CONTAINER(mSampleRays); 
     726                        //CLEAR_CONTAINER(mSampleRays); 
    727727                } 
    728728        } 
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellBsp.cpp

    r390 r391  
    19571957                case Ray::COINCIDENT: 
    19581958                        //frontRays.push_back(bRay); 
     1959                        DEL_PTR(bRay); 
    19591960                        break; 
    19601961                case Ray::BACK: 
     
    24852486        if (!planePoly) 
    24862487        { 
     2488                Debug << "returning 'same' geometry " << mPolys.size(); 
    24872489                //geometry is not changed at all, hence just copy polygons 
    24882490                PolygonContainer::const_iterator it, it_end = mPolys.end(); 
     
    25522554        childCell->mSides.push_back(side); 
    25532555 
     2556        Debug << "returning new geometry " << mPolys.size(); 
     2557 
    25542558        return childCell; 
    25552559} 
Note: See TracChangeset for help on using the changeset viewer.