GLB Model Assets doesn't work

Hello,

I need to know how I can upload glb models or another 3D models formats to the webflow assets of my site. The trick with the .txt doesn’t work anymore…

Any clues?

As far as I know, you need to upload it to a separate file store, like amazon s3. Then you need to make sure that the file is set to public, and that the CORS permissions allow the file to be fetched from your website domain.

At least that the technique I use at Polygonjs. In case that’s interesting, in this tutorial you can see how it works once uploaded on s3.