Ignore:
Timestamp:
01/29/07 19:00:03 (17 years ago)
Author:
mattausch
Message:

debug version: something wrong with the pvs!

File:
1 edited

Legend:

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

    r2017 r2065  
    143143        Intersectable::NewMail(); 
    144144        KdLeaf::NewMail(); 
    145         BvhNode::NewMail(); 
     145 
     146        cout << "here55 " << GetSize() << endl; 
    146147 
    147148        ObjectPvsEntries::const_iterator it, it_end = mEntries.end(); 
     
    161162                                } 
    162163                        case Intersectable::BVH_INTERSECTABLE: 
    163                                 { 
     164                                {cout<< "i"; 
    164165                                        BvhNode *bvhObj = static_cast<BvhNode *>(obj); 
    165166                                        pvs += EvalBvhNodeContribution(bvhObj); 
     
    172173        } 
    173174 
     175        cout << "here44 " << pvs << endl; 
    174176        return pvs; 
    175177} 
Note: See TracChangeset for help on using the changeset viewer.