Ignore:
Timestamp:
Mar 11, 2008, 5:35:07 PM (16 years ago)
Author:
garnier
Message:

corrections pour Qt3 mises sous cvs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/OpenGL/src/G4OpenGLStoredSceneHandler.cc

    r688 r754  
    2525//
    2626//
    27 // $Id: G4OpenGLStoredSceneHandler.cc,v 1.35 2008/01/04 22:07:01 allison Exp $
     27// $Id: G4OpenGLStoredSceneHandler.cc,v 1.36 2008/02/18 08:53:49 asaim Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    133133    glPushMatrix();
    134134    glLoadIdentity();
    135     glOrtho (-1., 1., -1., 1., -G4OPENGL_DBL_MAX, G4OPENGL_DBL_MAX);
     135//    glOrtho (-1., 1., -1., 1., -G4OPENGL_DBL_MAX, G4OPENGL_DBL_MAX);
     136    glOrtho (-1., 1., -1., 1., -1., 1.);
    136137    glMatrixMode (GL_MODELVIEW);
    137138    glPushMatrix();
Note: See TracChangeset for help on using the changeset viewer.