Ignore:
Timestamp:
04/28/08 02:10:37 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2659 r2660  
    220220                exit(1); 
    221221        } 
    222  
     222         
    223223        // export objects as obj 
    224224        if (preprocessor->mExportObj) 
     
    244244                } 
    245245        } 
    246          
     246 
    247247        // parse view cells related options 
    248248        if (!preprocessor->PrepareViewCells()) 
     
    276276        } 
    277277 
     278 
    278279        bool useHwGlobalLines; 
    279280        Environment::GetSingleton()->GetBoolValue("Preprocessor.useHwGlobalLines", 
     
    298299        bool evalPixelError; 
    299300        Environment::GetSingleton()->GetBoolValue("Preprocessor.evaluatePixelError", evalPixelError); 
    300 return 0; 
     301 
     302 
    301303#ifdef USE_QT 
    302304 
     
    305307        pt = new QtPreprocessorThread(preprocessor);     
    306308         
    307         //      if (preprocessor->mUseGlRenderer && (importRandomViewCells || frames)) 
    308  
    309309        if (evalPixelError && (importRandomViewCells || frames)) 
    310310        { 
     
    384384                if (evaluatePixelError) 
    385385                { 
    386                 cout << "evaluating pixel error" << endl; 
    387                 preprocessor->ComputeRenderError(); 
     386                        cout << "evaluating pixel error" << endl; 
     387                        preprocessor->ComputeRenderError(); 
    388388                }*/ 
    389389 
Note: See TracChangeset for help on using the changeset viewer.