Ignore:
Timestamp:
May 15, 2008, 6:52:17 PM (16 years ago)
Author:
garnier
Message:

r838@wl-72126: garnier | 2008-05-15 18:52:11 +0200
en test avec les glRotation

File:
1 edited

Legend:

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

    r798 r800  
    7171  virtual ~G4OpenGLQtViewer ();
    7272  void SetView ();
     73  void ClearView ();
    7374  void ShowView ();
    7475  virtual void updateQWidget()=0;
     
    118119  void savePPMToTemp();
    119120  int fRecordFrameNumber;
     121  float fRotationAngleX;
     122  float fRotationAngleY;
     123  float fRotationAngleZ;
    120124
    121125private:
     
    187191  int fSpinningDelay;
    188192  int fLaunchSpinDelay;
     193  float fDeltaRotationAngleX;
     194  float fDeltaRotationAngleY;
     195  float fDeltaRotationAngleZ;
    189196
    190197private slots :
Note: See TracChangeset for help on using the changeset viewer.