Encountering an issue with the OBJMTL loader in three.js. I'm working with obj/mtl/jpeg files and getting load errors that look like this:
"THREE.OBJMTLLoader: Unhandled line 4033/5601/6659" OBJMTLLoader.js:347
Seems like there is a problem with a continuation in the offending line. It ends with a backslash and the "4033/5601/6659" is on the next line, which is causing the loader to raise an error. Any thoughts on how to deal with this?