Ignore:
Timestamp:
02/19/07 02:51:22 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2117 r2124  
    261261                                                        float &contribution) 
    262262{  
    263         const bool result = mPvs.AddSample(sample, pdf);//, contribution); 
     263        const bool result = mPvs.AddSample(sample, pdf); 
    264264        // have to recompute pvs size 
    265265        mPvsSizeValid = false; 
     
    23762376                Intersectable *obj = it.Next(); 
    23772377 
    2378                 // hack: just output full pvs 
     2378                // hack: just output all the "elementary" objects 
    23792379                if (0 && (obj->Type() == Intersectable::BVH_INTERSECTABLE)) 
    23802380                { 
Note: See TracChangeset for help on using the changeset viewer.