Ignore:
Timestamp:
01/14/06 01:41:57 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/main.cpp

    r532 r538  
    101101        pt->start(QThread::LowPriority); 
    102102         
    103   } else { 
     103  } else if (0 /*p->UseGlDebugger*/) { 
     104            //debuggerWidget = new GlDebuggerWidget(*, (p->mSceneGraph, p->mViewCellsManager, p->mKdTree); 
     105                //  renderer->resize(640, 480); 
     106        //      debuggerWidget->resize(640, 480); 
     107        //      debuggerWidget->show(); 
     108 
     109        pt->start(QThread::LowPriority); 
     110  } else 
     111  { 
    104112        // just call the mail method -> will be executed in the main thread 
    105113        pt->Main(); 
Note: See TracChangeset for help on using the changeset viewer.