Ignore:
Timestamp:
12/03/06 20:55:53 (18 years ago)
Author:
mattausch
Message:

fixed compress

File:
1 edited

Legend:

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

    r1841 r1842  
    3232 
    3333// $$JB HACK 
    34 #define USE_KD_PVS 1 
     34#define USE_KD_PVS 0 
    3535 
    3636#define KD_PVS_AREA (1e-5f) 
     
    45884588        { 
    45894589                int pvsEntries = mViewCellsTree->CountStoredPvsEntries(mViewCellsTree->GetRoot()); 
     4590                 
     4591                cout << "number of entries before compress: " << pvsEntries << endl; 
    45904592                Debug << "number of entries before compress: " << pvsEntries << endl; 
    45914593 
     
    45934595 
    45944596                pvsEntries = mViewCellsTree->CountStoredPvsEntries(mViewCellsTree->GetRoot()); 
     4597                 
    45954598                Debug << "number of entries after compress: " << pvsEntries << endl; 
     4599                cout << "number of entries after compress: " << pvsEntries << endl; 
    45964600        } 
    45974601 
     
    54325436        if (!ViewCellsConstructed()) 
    54335437        { 
    5434                 Debug << "postprocess error: no view cells constructed" << endl; 
     5438                Debug << "post process error: no view cells constructed" << endl; 
    54355439                return 0; 
    54365440        } 
     
    55025506        { 
    55035507                int pvsEntries = mViewCellsTree->CountStoredPvsEntries(mViewCellsTree->GetRoot()); 
     5508                 
     5509                cout << "number of entries before compress: " << pvsEntries << endl; 
    55045510                Debug << "number of entries before compress: " << pvsEntries << endl; 
    55055511 
     
    55075513 
    55085514                pvsEntries = mViewCellsTree->CountStoredPvsEntries(mViewCellsTree->GetRoot()); 
     5515                 
    55095516                Debug << "number of entries after compress: " << pvsEntries << endl; 
     5517                cout << "number of entries after compress: " << pvsEntries << endl; 
    55105518        } 
    55115519 
Note: See TracChangeset for help on using the changeset viewer.