- Timestamp:
- 11/08/05 19:36:34 (19 years ago)
- Location:
- trunk/VUT/GtpVisibilityPreprocessor/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/SamplingPreprocessor.cpp
r390 r391 724 724 // throw away samples because BSP leaves not stored in order 725 725 // Need ordered rays for post processing => collect new rays 726 CLEAR_CONTAINER(mSampleRays);726 //CLEAR_CONTAINER(mSampleRays); 727 727 } 728 728 } -
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellBsp.cpp
r390 r391 1957 1957 case Ray::COINCIDENT: 1958 1958 //frontRays.push_back(bRay); 1959 DEL_PTR(bRay); 1959 1960 break; 1960 1961 case Ray::BACK: … … 2485 2486 if (!planePoly) 2486 2487 { 2488 Debug << "returning 'same' geometry " << mPolys.size(); 2487 2489 //geometry is not changed at all, hence just copy polygons 2488 2490 PolygonContainer::const_iterator it, it_end = mPolys.end(); … … 2552 2554 childCell->mSides.push_back(side); 2553 2555 2556 Debug << "returning new geometry " << mPolys.size(); 2557 2554 2558 return childCell; 2555 2559 }
Note: See TracChangeset
for help on using the changeset viewer.