var loader = new THREE.OBJLoader();
loader.load(
'/Models/mi.obj',function (object) {
scene.add(object);
}
);
error message
three.min.js:639 GET http://localhost:55127/Models/mi.obj 404 (Not Found)
current situation The obj file and the main page are separated by folders.