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.