Ignore:
Timestamp:
05/15/08 18:46:13 (16 years ago)
Author:
mattausch
Message:

started working on dyn objects

File:
1 edited

Legend:

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

    r2679 r2680  
    235235        { 
    236236                cerr << "error: view cells could not be loaded" << endl; 
    237  
    238237                Cleanup(); 
    239238                exit(1); 
     
    261260                        cout << "successfully loaded " << viewCellPointsFile << endl; 
    262261                else 
    263                         cout << "error: file << " << viewCellPointsFile << " not found, generating random view points!" << endl; 
     262                        cerr << "error: file << " << viewCellPointsFile << " not found, generating random view points!" << endl; 
    264263        } 
    265264 
     
    293292        // create a qt application first (must be created before any opengl widget ...) 
    294293        QApplication *app = new QApplication(argc, NULL); 
    295  
    296         //Dummy dummy(1024, 1024); 
    297         //dummy.dummyBuffer(); 
    298294 
    299295        pt = new QtPreprocessorThread(preprocessor);     
     
    326322 
    327323                preprocessor->renderer = glbuf; 
    328                          
    329                 //glbuf->dummyBuffer(); 
    330324        } 
    331325 
Note: See TracChangeset for help on using the changeset viewer.