Ignore:
Timestamp:
11/25/06 00:19:18 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellBsp.cpp

    r1715 r1789  
    26992699                if (!ray->intersections.empty()) 
    27002700                  contribution += vc->GetPvs().AddSample(ray->intersections[0].mObject, 
    2701                                                                                                  1.0f, 
    2702                                                                                                  relContribution); 
     2701                                                                                                 1.0f); 
     2702                                                                                                 //relContribution); 
    27032703                 
    27042704                if (ray->sourceObject.mObject) 
    27052705                        contribution += vc->GetPvs().AddSample(ray->sourceObject.mObject, 
    2706                                                                                                    1.0f, 
    2707                                                                                                    relContribution); 
     2706                                                                                                   1.0f); 
     2707                                                                                                   //relContribution); 
    27082708                 
    27092709                if (contribution) 
Note: See TracChangeset for help on using the changeset viewer.