Import Geant4 10.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2017-12-08 12:52:30 +01:00
parent 98e455a940
commit fc6af9e721
2166 changed files with 276760 additions and 100873 deletions
@@ -61,7 +61,7 @@ public:
state.m_line_pattern = line_pattern;
state.m_point_size = point_size;
state.m_GL_CULL_FACE = cull_face;
state.m_winding = winding_ccw.value()?tools::sg::winding_ccw:tools::sg::winding_cw;
state.m_winding = winding_ccw.value()?sg::winding_ccw:sg::winding_cw;
if(style.value()==lines) {
//no LINE_STIPPLE in GLES.