Import Geant4 11.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2025-12-05 08:54:02 +01:00
parent a499fb82e9
commit b4a16de652
6484 changed files with 232674 additions and 221097 deletions
@@ -58,7 +58,6 @@ public: //node
a_action.begin_gsto(_id);
if(draw_edges) {
//a_action.set_lighting(false); //NOTE : we should do that if style==draw_fill !
a_action.color4f(0,0,0,1); //if lighten, then rendered grey.
a_action.line_width(1);
@@ -69,7 +68,6 @@ public: //node
a_action.color4f(state.m_color);
a_action.line_width(state.m_line_width);
//a_action.set_lighting(state.m_GL_LIGHTING);
}
if(state.m_draw_type==draw_points) {
a_action.draw_gsto_v(gl::points(),m_gstos_points_sz/3,pxyzs);