Changeset 538 for trunk/VUT/GtpVisibilityPreprocessor/src/main.cpp
- Timestamp:
- 01/14/06 01:41:57 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/main.cpp
r532 r538 101 101 pt->start(QThread::LowPriority); 102 102 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 { 104 112 // just call the mail method -> will be executed in the main thread 105 113 pt->Main();
Note: See TracChangeset
for help on using the changeset viewer.