Is there a way to load a .obj file into a three.js scene using the content of the file instead of a file url? I currently use OBJLoader's load function, which requires a url parameter. Can I parse the content of the file directly without needing a url?