Ignore:
Timestamp:
10/23/06 15:37:18 (18 years ago)
Author:
mattausch
Message:

working on render cost evaluation framework for interleaved splits

File:
1 edited

Legend:

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

    r1660 r1666  
    15251525{ 
    15261526        TraversalQueue tqueue; 
    1527  
    15281527        tqueue.push(mRoot); 
     1528 
    15291529        int numViewCells = 1; 
    15301530         
     
    15351535        const int rootEntries = GetPvsEntries(mRoot); 
    15361536 
    1537         Debug << "******** Export stats **********" << endl; 
     1537        cout << "exporting stats ... " << endl; 
    15381538         
    15391539        float totalRenderCost, avgRenderCost, expectedCost; 
     
    21512151{ 
    21522152        TraversalQueue tqueue; 
    2153          
    21542153        tqueue.push(mRoot); 
    21552154         
Note: See TracChangeset for help on using the changeset viewer.