How to load texture and models from MySql database with three.js?

How can I load the model’s texture from a MySql database based on the user that is logged in using three.js and html

Your question is very broad… And it seems to go beyond Three.js. What exactly do you wish to know ? How to get a static file (like a texture) from a client computer ? If so, you can look at AWS S3. If you need to serve diferent textures depending on the user, then use your server to get the right URL of file stored in S3, according to the user.

1 Like

Please add more detail to your post

Your post has been flagged since it is lacking detail, has already been asked or is easily answered using a search engine.

Please add more detail, for example:

Your post will be reviewed in 24 hours and if it has not improved it will be deleted.

You will, of course, be free to make a new post in that case.

1 Like