Ignore:
Timestamp:
05/22/08 14:07:56 (17 years ago)
Author:
mattausch
Message:

debug version: problematic view points for vienna detected

File:
1 edited

Legend:

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

    r2689 r2695  
    283283        } 
    284284 
    285  
     285        // create meshes of view cells 
     286        preprocessor->mViewCellsManager->FinalizeViewCells(true); 
     287 
     288        cout << "view space box: " << preprocessor->mViewCellsManager->GetViewSpaceBox() << endl; 
    286289        bool useHwGlobalLines; 
    287290        Environment::GetSingleton()->GetBoolValue("Preprocessor.useHwGlobalLines", 
Note: See TracChangeset for help on using the changeset viewer.