Mistake
Uncaught TypeError: _loaders.render is not a function at loaders.js: 131
code itself: https://jsfiddle.net/hsydbhea/
here is the last topic Displaying obj / stl objects there is a slightly different code there, but the problem is
_loaders.render(); _loaders.render = function () { _loaders.orbitControls.update(_loaders.clock.getDelta()); _loaders.requestAnimationFrame(_loaders.render); _loaders.webGLRenderer.render(_loaders.scene, _loaders.camera); }; the site is just a black screen