2

I've seen a lot of explanations for how to import .obj files into Three.js, but I was wondering if there was a way to do the opposite? I have a Three.js program that can randomly generate shapes, and I want to export them as .obj files. Is there a way to do this?

Or, if not, is there another programming format that I should recreate my code with that does have this ability? Thank you.

gman
  • 100,619
  • 31
  • 269
  • 393
  • [Exporting Threejs Scene to Obj Format](https://stackoverflow.com/q/19351419/6521116) – LF00 Nov 06 '17 at 05:55
  • 4
    Possible duplicate of [Exporting Threejs Scene to Obj Format](https://stackoverflow.com/q/19351419/6521116) – LF00 Nov 06 '17 at 05:55

1 Answers1

5

You should be able to use the OBJExporter.

mrdoob
  • 19,334
  • 4
  • 63
  • 62