Javascript – Call a function from another script
I am trying to develop an Excel addin that would use Three.js. For that, I have several files : Home.html, my main html 3dModel.js, the script using three to create and display my 3d model Home.js, my main Excel addin…