Ignore:
Timestamp:
May 16, 2008, 5:46:02 PM (16 years ago)
Author:
garnier
Message:

r840@wl-72126: garnier | 2008-05-16 17:45:55 +0200
en test avec de nouveaux calculs...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLQtViewer.hh

    r800 r801  
    107107  void G4keyPressEvent (QKeyEvent * event);
    108108  void rotateQtScene(float, float);
     109  void rotateSceneInventor(float,float,float);
     110  void rotateSceneTest(float,float,float);
     111  void rotateSceneTest2(float,float,float);
    109112  void rotateQtCamera(float, float);
    110113  void moveScene(float, float, float,bool);
     
    122125  float fRotationAngleY;
    123126  float fRotationAngleZ;
     127  float fDeltaRotationAngleX;
     128  float fDeltaRotationAngleY;
     129  float fDeltaRotationAngleZ;
    124130
    125131private:
     
    191197  int fSpinningDelay;
    192198  int fLaunchSpinDelay;
    193   float fDeltaRotationAngleX;
    194   float fDeltaRotationAngleY;
    195   float fDeltaRotationAngleZ;
    196199
    197200private slots :
Note: See TracChangeset for help on using the changeset viewer.