Ignore:
Timestamp:
05/23/08 19:38:06 (16 years ago)
Author:
mattausch
Message:

repaired city scene

Location:
GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface
Files:
2 edited

Legend:

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

    r2703 r2704  
    893893                        case 2: 
    894894                                { 
    895                                   //                                    tm = RotationXMatrix(diffx) * RotationYMatrix(diffy); 
     895                                  // tm = RotationXMatrix(diffx) * RotationYMatrix(diffy); 
    896896                                  tm = RotationYMatrix(diffx); 
    897897                                } 
     
    11971197        connect(mControlWidget, SIGNAL(SetShowRays(bool)), this, SLOT(SetShowRays(bool))); 
    11981198 
     1199#if 0 
    11991200        connect(mControlWidget, SIGNAL(SetTranslation(bool)), this, SLOT(SetTranslation(bool))); 
    12001201        connect(mControlWidget, SIGNAL(SetRotation(bool)), this, SLOT(SetRotation(bool))); 
    12011202        connect(mControlWidget, SIGNAL(SetScale(bool)), this, SLOT(SetScale(bool))); 
    1202  
     1203#endif 
    12031204        connect(mControlWidget, SIGNAL(UpdateDynamicObjects()), this, SLOT(UpdateDynamicObjects())); 
    12041205 
     
    12731274void QtGlRendererWidget::NextObject() 
    12741275{ 
    1275         cout << "*********\n**** next object!!!!!!!!!!!! " << endl; 
    1276         mPlacer->NextObject();   
     1276        mPlacer->NextObject(); 
    12771277} 
    12781278 
     
    21892189        QGroupBox *groupBox3 = CreateRayVisualizationPanel(hbox); 
    21902190        vh->addWidget(groupBox3, 0, 0); 
    2191  
     2191#endif 
     2192 
     2193#if 0 
    21922194        QGroupBox *groupBox4 = CreateTrafoPanel(hbox); 
    21932195        vh->addWidget(groupBox4, 0, 0); 
     
    23832385#endif 
    23842386 
    2385         button = new QPushButton("Load object", vbox); 
     2387        button = new QPushButton("Next object", vbox); 
    23862388        vbox->layout()->addWidget(button); 
    23872389        connect(button, SIGNAL(clicked()), SIGNAL(NextObject())); 
  • GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtGlRenderer.h

    r2703 r2704  
    119119  void StoreStatistics(); 
    120120  void ComputeGVS(); 
    121   //void LoadObjects(); 
    122121  void NextObject(); 
    123122  void UpdateAllPvs(); 
Note: See TracChangeset for help on using the changeset viewer.