Currently, I have a MySQL database containing FBX models. The client-side of my application is able to read these models from the database. However, the model data is stored in a JavaScript variable. How can I utilize THREE.FBXLoader() to load the model data directly from the JavaScript variable? While it's easy to use THREE.FBXLoader() for loading models from a local hard disk, the process becomes more complex when trying to load models from a JavaScript variable.
Any guidance on this matter would be greatly appreciated.
- Mike