Closed jsantell closed 6 years ago
Right now, this function relies on global THREE.OBJLoader and THREE.MTLLoader. We should support passing in an OBJLoader/MTLLoader so that we're not holding to a global dependency and that it can continue to work in ES6 environments
THREE.OBJLoader
THREE.MTLLoader
Right now, this function relies on global
THREE.OBJLoader
andTHREE.MTLLoader
. We should support passing in an OBJLoader/MTLLoader so that we're not holding to a global dependency and that it can continue to work in ES6 environments