Is there a way to export objects from three.js? I'm looking for options like Collada, Blender, 3ds Max, or Maya.
I found an import plugin for Blender in the master branch, but it doesn't seem to be working properly (can't even import exported cube). I searched the dev branch for an updated version, but only found an exporter, not an importer.
Here's my workflow: A user creates some objects/models in their browser using three.js, and then I want to import these objects into a 3D modeling software for further editing and post-modeling.