Greetings! I have recently embarked on the journey of learning about three.js
I am curious to know if there is a way for the user to upload their .glb / .gltf 3d model and view it instantly on the canvas?
My thoughts are leaning towards utilizing PHP, especially since I am working within the WordPress environment.
Do you happen to know if PHP and JS can effectively communicate in such a manner?
Alternatively, would it be more efficient to stick with uploading solely through JS?
Thank you in advance for your guidance!