Ignore:
Timestamp:
11/29/06 12:16:53 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1790 r1828  
    26962696                float contribution = 0; 
    26972697                Ray *ray = (*it)->mRay; 
    2698                 float relContribution; 
     2698                //float relContribution; 
    26992699                if (!ray->intersections.empty()) 
    27002700                  contribution += vc->GetPvs().AddSample(ray->intersections[0].mObject, 
Note: See TracChangeset for help on using the changeset viewer.