- Timestamp:
- 11/09/05 18:29:55 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellBsp.cpp
r397 r398 271 271 if (!ray->intersections.empty()) 272 272 { 273 //contribution += mViewCell->GetPvs().AddSample(ray->intersections[0].mObject);274 } 275 276 //contribution += mViewCell->GetPvs().AddSample(ray->sourceObject.mObject);273 contribution += mViewCell->GetPvs().AddSample(ray->intersections[0].mObject); 274 } 275 276 contribution += mViewCell->GetPvs().AddSample(ray->sourceObject.mObject); 277 277 278 278 if (contribution > 0)
Note: See TracChangeset
for help on using the changeset viewer.