You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 'moved' and adapted from phoenix-helpers repo where it was created initially by mistake -
The gain in size is typically around a factor 10, so for a web based application, it would make sense to be able to use zipped versions of our data files, both for events and geometry. Now I had a look at the code, and the thressjs GLTFLoader does not seem to support it natively, so we would have to write it ourselves
I've now added zip loading to LHCb events. It should probably be there by default for all cases though.
Remains 2 main point : allow zip for default event file and allow zip for geometry
- 'moved' and adapted from phoenix-helpers repo where it was created initially by mistake -
The gain in size is typically around a factor 10, so for a web based application, it would make sense to be able to use zipped versions of our data files, both for events and geometry. Now I had a look at the code, and the thressjs GLTFLoader does not seem to support it natively, so we would have to write it ourselves
answer from @9inpachi
We already do this but only in the event data import, not through the URL or anywhere else. The same logic could be extracted and reused though.
phoenix/packages/phoenix-ng/projects/phoenix-ui-components/lib/components/ui-menu/io-options/io-options-dialog/io-options-dialog.component.ts
Line 177 in c6a9153
summary of discussion
This is for now Atlas specific and event specific. It should be available to all and also for geometry ideally
Steps remaining :
The text was updated successfully, but these errors were encountered: