I store my tilesets in a private s3 bucket so I need to sign the requests made by the loader before sending them. I tried passing a loadingManager option to Loader3DTiles.load and setting loadingManager.setURLModifier expecting all requests would go thorough it but it is never called.
I store my tilesets in a private s3 bucket so I need to sign the requests made by the loader before sending them. I tried passing a loadingManager option to Loader3DTiles.load and setting loadingManager.setURLModifier expecting all requests would go thorough it but it is never called.