I’m attempting to build a dynamic project which I need to be able to update the stored 3d models within a scene from a database. The database is populated by users who upload their work to a website.
I need a make a gallery which allows me to swap out models as the user scrolls through. I’m trying to wrap my head around it all, and need a way to possibly just swap model URLs out which to me seems the easiest way… however, how this is done, I’m clueless.
Any guidance is greatly appreciated. If anything needs clearing up, I can do that.