We tried using the conversion ROOT->gltf with the OpenDataDetector, but somehow it looks like the visibility of the objects in the resulting gilt file is identical to the settings provided by
gGeoManager->GetTopVolume()->SetVisibilityLevel(-1)
while we would like to something like
SetVisibilityLevel(4) etc.
Is there a way to specify the depth for the visibility at conversion time ?
We tried using the conversion ROOT->gltf with the OpenDataDetector, but somehow it looks like the visibility of the objects in the resulting gilt file is identical to the settings provided by
gGeoManager->GetTopVolume()->SetVisibilityLevel(-1)while we would like to something like
SetVisibilityLevel(4)etc.Is there a way to specify the depth for the visibility at conversion time ?