stubailo / meteor-blocks

A collaborative voxel scene editor.
http://3d.meteor.com/
MIT License
88 stars 20 forks source link

Feature request: VRML/X3D export #2

Open zeigerpuppy opened 8 years ago

zeigerpuppy commented 8 years ago

It would be great to be able to export scenes as VRML/X3D so that they could be embedded in web pages or converted to other formats.

I have had a bit of a poke about in the DOM and I'm sure the model information is there somewhere, am I right that it could be saved off relatively easily?

stubailo commented 8 years ago

This project is pretty old, so I'm not likely to implement this feature. But if you have any questions about how to do it, I'd love to help.

I expect that the DOM maps pretty directly onto the X3D format, so it might be possible to create a method on the server that just returns an X3D file by reading the database and interpolating it into the right format.