Hi @linev , i cannot upload a .gdml file directly, would renaming to .root fine?
Generally also when i run locally the tutorials of gl displaying the first canvas shown is setting the origin basically at the top right of the pad. With arrows and openGL commands i can center the screen. It is however weird that the first displayed canvas do not put the origin at the center of the figure.
If renaming to .root the gdml file and uploading won’t break the file, i can upload it.
Cheers and thanks
I checked few gdmls and it alwayss behave like this on my mac, seems like a glitch of ROOT an openGL which do not display the canvas. centered properly when drawn at first. One can interactively move the screen (arrows command following the openGL guide for interactive visualization) to better visualize, but it’s a bit annoying
Indeed, thanks a lot, However on my mac i get directed to
WARNING!
Web mode switch --web is disabled for security reasons.
See https://root.cern/about/security/#2023-11-26-open-port-for-control-of-web-gui-allows-read-and-write-access-to-file-system for more information.
For environments controlling the security issues you can enable web display by calling
gROOT->SetWebDisplay(); in ROOT prompt or in startup scripts
I added in the script gROOT->SetWebDisplay(); and it works fine now.