Hi everyone,
I'm working with "babylon.objFileLoader.js". Everything works fine when I load obj models locally but I dont know how can I get the url or src from an input type file. I'm using this snippet:
BABYLON.SceneLoader.ImportMesh("", "HOW_CAN_I_GET_THIS/", filename, scene, function (newMeshes) {
});
Can anybody help me with an example?
Thank you all.