Ignore:
Timestamp:
Jun 1, 2010, 5:50:34 PM (14 years ago)
Author:
garnier
Message:

update from CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenGL/History

    r1274 r1286  
    1 $Id: History,v 1.171 2010/05/26 14:50:56 lgarnier Exp $
     1$Id: History,v 1.174 2010/05/30 09:53:05 allison Exp $
    22-------------------------------------------------------------------
    33
     
    1818     ----------------------------------------------------------
    1919
    20 26th May 2010 Laurent Garnier
     2030th May 2010  John Allison  (opengl-V09-03-04)
     21- G4OpenGLSceneHandler: Added AddCompound(const G4VDigi&).
     22
     2329th May 2010  John Allison  (opengl-V09-03-03)
     24- G4OpenGLImmediateSceneHandler.cc, G4OpenGLStoredSceneHandler.cc:
     25  Removed the following from ClearTransientStrore (was causing
     26  unnecessary drawing and flipping buffers?):
     27  // Make sure screen corresponds to graphical database...
     28  if (fpViewer) {
     29    fpViewer -> SetView ();
     30    fpViewer -> ClearView ();
     31    fpViewer -> DrawView ();
     32  }
     33- G4OpenGLStoredXViewer.cc:
     34  Commented out as follows in DrawView (was causing extra buffer swap,
     35  thus showing bad picture; can't recall why it was introduced):
     36      } else { // ADD TO AVOID KernelVisit=1 and nothing to display
     37        //DrawDisplayLists ();  ????????? (JA)
     38        //FinishView ();        ????????? (JA)
     39
     4026th May 2010 Laurent Garnier  (opengl-V09-03-02)
    2141 - G4OpenGLQtViewer : Some improvments with auto rotation mode.
    2242
Note: See TracChangeset for help on using the changeset viewer.