Ignore:
Timestamp:
08/02/06 17:01:35 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1168 r1178  
    251251                                                        float &contribution) 
    252252{ 
     253        Debug << "here9 "<< endl; 
     254        Debug << "here2 " << mVolume << endl; 
    253255        const bool result = mPvs.AddSample(sample, pdf, contribution); 
    254  
     256        Debug << "here4" << endl; 
    255257        // update pvs size scalar 
    256258        //mPvsSize = mPvs.GetSize(); 
Note: See TracChangeset for help on using the changeset viewer.