I’m using the Babylon Wordpress plugin to display 3D models on my website. The instructions mention that external links (to files not hosted on your website) can be used, however, the links I’m using to the glb files on my Amazon S3 account don’t work. I’m almost positive I have all of the permissions set correctly (to make the files publicly accessible), so I don’t think this is the issue.
Any ideas or help would be greatly appreciated, Thanks!
The first thing is to quickly check if your model is accessible is to try to open its URL from the browser.
If it doesn’t - probably there is no access or URL is not correct.
The second thing is to check whether your code works with other external links, for example https://models.babylonjs.com/CornellBox/cornellBox.glb
The file that loads on that page also resides on the domain. It’s anytime I try to get a file to load from any other domain, S3 or another Wordpress site.
I believe so, I have set permissions on both buckets and files… Keep in mind that even files posted on other external Wordpress sites aren’t loading for me either, so it might be something else entirely.