I’m one week into babylon js and I’m very exctied about all the possibilities. Currently I’m using react-babylonjs for my project (thanks @brianzinn)
I’m trying to render models using the < Model /> component and everything was working well when I stored my assets in the public folder. But now I have to fetch the asset from s3 using pre-signed url which returns a binary/octet-stream. Any thoughts on how to go about this would be greatly appreciated.
thanks @brianzinn for your reply. We can’t set the content-type during upload unfortunately
Additionally, if I’m referencing the pre-signed URL in the Model Component as shown below, should the rootUrl be the entire pre-signed URL? And can the Model component automatically handle the get request and render the model?