Ignore:
Timestamp:
Feb 5, 2008, 3:17:36 PM (16 years ago)
Author:
garnier
Message:

correction du ticket #119

Location:
trunk/geant4/visualization/OpenGL/include
Files:
2 edited

Legend:

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

    r711 r712  
    112112  QPoint fLastPos;
    113113  /** delta of scene translation. This delta is put in % of the scene view */
    114   float fDeltaSceneTranslation;
    115   /** delta of left right move. This delta is put in % of the scene view */
    116   float fDeltaZoom;
     114  G4double fDeltaSceneTranslation;
     115  /** delta of depth move. This delta is put in % of the scene view */
     116  G4double fDeltaDepth;
     117  /** delta of zoom move. This delta is put in % of the scene view */
     118  G4double fDeltaZoom;
    117119  /** To ensure key event are keep one by one */
    118120  bool holdKeyEvent;
  • trunk/geant4/visualization/OpenGL/include/G4OpenGLViewer.hh

    r606 r712  
    7373  void spewWireframeEPS (FILE*, GLint, GLfloat*, const char*);
    7474  void print3DcolorVertex(GLint, GLint*, GLfloat*);
     75  GLdouble getSceneNearWidth();
     76  GLdouble getSceneFarWidth();
     77  GLdouble getSceneDepth();
    7578  G4float                           pointSize;
    7679  char                              print_string[50];
Note: See TracChangeset for help on using the changeset viewer.