Hi,
Is it possible to get the percentage of the data loaded in the viewer API? So that a preloader can be created showing how much of the model has loaded and is remaining.
Related code:
const loader = new SpeckleLoader(targetTree, resource, authToken);
await viewer.loadObject(loader, true);