Ignore:
Timestamp:
11/09/05 18:29:55 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r397 r398  
    271271                if (!ray->intersections.empty()) 
    272272                {        
    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); 
    277277 
    278278                if (contribution > 0) 
Note: See TracChangeset for help on using the changeset viewer.