0
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.

Rabbid76
  • 202,892
  • 27
  • 131
  • 174
오수빈
  • 17
  • 3

0 Answers0