Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id$
// $Id: G4OpenGL.hh 75567 2013-11-04 11:35:11Z gcosmo $
//
// G.Barrand.
@@ -56,13 +56,16 @@
//# Do NOT include glx Here ! It has to be done, after all <Qxx...> includes
//# include <GL/glx.h>
#ifdef G4VIS_BUILD_OPENGLWT_DRIVER
#include <Wt/WGLWidget>
#include <qgl.h>
#endif
#ifdef G4VIS_BUILD_OPENGLQT_DRIVER
#ifdef G4VIS_BUILD_OPENGLWT_DRIVER
# include <Wt/WGLWidget>
# define G4OPENGL_VERSION_2 1
// include all redefinitions of gl functions for Wt
# include "G4OpenGLWtDrawer.hh"
#endif
#ifdef G4VIS_BUILD_OPENGLQT_DRIVER
#ifndef G4VIS_BUILD_OPENGLX_DRIVER
#ifdef __MACH__
//# define G4OPENGL_VERSION_2 1
#include <OpenGL/gl.h>
#include <OpenGL/glu.h>
#endif