Skip to content

Export geometry to GLTF for visualisation

Anna Zaborowska requested to merge azaborow/OpenDataDetector:add_vis into main

Run CI to produce first a GDML file, translate it to ROOT (TGeo) and then GLTF.

This file can be used in Phoenix event display.

This MR is a first step towards automatic deployment of changes in the geometry to the event display, but for this we need to agree where to run the website. For now one can test it at https://hepsoftwarefoundation.org/phoenix/#/playground

This MR requires MR !51 (merged) to be merged first, as it uses geoConverter from the UtilityApps package of DD4hep.

Merge request reports