Changeset 1842 for GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
- Timestamp:
- 12/03/06 20:55:53 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
r1841 r1842 32 32 33 33 // $$JB HACK 34 #define USE_KD_PVS 134 #define USE_KD_PVS 0 35 35 36 36 #define KD_PVS_AREA (1e-5f) … … 4588 4588 { 4589 4589 int pvsEntries = mViewCellsTree->CountStoredPvsEntries(mViewCellsTree->GetRoot()); 4590 4591 cout << "number of entries before compress: " << pvsEntries << endl; 4590 4592 Debug << "number of entries before compress: " << pvsEntries << endl; 4591 4593 … … 4593 4595 4594 4596 pvsEntries = mViewCellsTree->CountStoredPvsEntries(mViewCellsTree->GetRoot()); 4597 4595 4598 Debug << "number of entries after compress: " << pvsEntries << endl; 4599 cout << "number of entries after compress: " << pvsEntries << endl; 4596 4600 } 4597 4601 … … 5432 5436 if (!ViewCellsConstructed()) 5433 5437 { 5434 Debug << "post process error: no view cells constructed" << endl;5438 Debug << "post process error: no view cells constructed" << endl; 5435 5439 return 0; 5436 5440 } … … 5502 5506 { 5503 5507 int pvsEntries = mViewCellsTree->CountStoredPvsEntries(mViewCellsTree->GetRoot()); 5508 5509 cout << "number of entries before compress: " << pvsEntries << endl; 5504 5510 Debug << "number of entries before compress: " << pvsEntries << endl; 5505 5511 … … 5507 5513 5508 5514 pvsEntries = mViewCellsTree->CountStoredPvsEntries(mViewCellsTree->GetRoot()); 5515 5509 5516 Debug << "number of entries after compress: " << pvsEntries << endl; 5517 cout << "number of entries after compress: " << pvsEntries << endl; 5510 5518 } 5511 5519
Note: See TracChangeset
for help on using the changeset viewer.