Import Geant4 11.2.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2023-06-30 09:09:57 +02:00
parent aef78ca386
commit dd1f179cda
3780 changed files with 212808 additions and 142780 deletions
@@ -71,21 +71,13 @@
#if defined (G4VIS_BUILD_OPENGLX_DRIVER) || defined (G4VIS_USE_OPENGLX)
#else
#ifdef __MACH__
//# define G4OPENGL_VERSION_2 1
#include <OpenGL/gl.h>
#else
#include <GL/gl.h>
#endif
#include <qgl.h>
#endif
#endif
#ifdef G4OPENGL_VERSION_2
# undef G4VIS_BUILD_OPENGL_GL2PS
// include all redefinitions of openGl functions for Vertex Buffer Objects
# include "G4OpenGLVboDrawer.hh"
#endif
#define G4OPENGL_FLT_BIG 1.e20
#endif