Ignore:
Timestamp:
01/21/07 23:05:34 (17 years ago)
Author:
bittner
Message:

ray sort update

File:
1 edited

Legend:

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

    r2005 r2008  
    167167 
    168168        Environment::GetSingleton()->GetBoolValue("Preprocessor.Export.rays", mExportRays); 
     169        Environment::GetSingleton()->GetBoolValue("Preprocessor.Export.animation", mExportAnimation); 
    169170        Environment::GetSingleton()->GetIntValue("Preprocessor.Export.numRays", mExportNumRays); 
    170  
    171171 
    172172        Environment::GetSingleton()->GetIntValue("Preprocessor.samplesPerPass", mSamplesPerPass); 
     
    12011201  const long t1 = GetTime(); 
    12021202 
    1203 #if 0 
     1203#if 1 
    12041204  mRayCaster->SortRays(rays); 
    12051205  cout<<"Rays sorted in "<<TimeDiff(t1, GetTime())<<" s."<<endl; 
    12061206 
    1207   if (1) { 
     1207  if (0) { 
    12081208        VssRayContainer tmpRays; 
    12091209        int m = 50000; 
     
    14031403  exporter->SetFilled(); 
    14041404  // $$JB temporarily do not export the scene 
    1405   if (1) 
     1405  if (0) 
    14061406        exporter->ExportScene(mSceneGraph->GetRoot()); 
    14071407  exporter->SetWireframe(); 
     
    14391439          "#AvgPvsRenderError\n" <<renderer->mPvsStat.GetAvgError()<<endl<< 
    14401440          "#AvgPixelError\n" <<renderer->GetAvgPixelError()<<endl<< 
     1441          "#MaxPixelError\n" <<renderer->GetMaxPixelError()<<endl<< 
    14411442          "#MaxPvsRenderError\n" <<renderer->mPvsStat.GetMaxError()<<endl<< 
    14421443          "#ErrorFreeFrames\n" <<renderer->mPvsStat.GetErrorFreeFrames()<<endl<< 
Note: See TracChangeset for help on using the changeset viewer.