joostn / OpenJsCad

3D solid CAD using only Javascript
313 stars 127 forks source link

Added AMF export #58

Closed z3dev closed 9 years ago

z3dev commented 9 years ago

These are the changes to support the exporting of AMF formatted strings.

I was able to test the exporting of STL (text) using a modified shell script, but not the binary formats. It seems that BLOB objects are not defined in non-browser environments. It would be good to have this support for testing with NODEJS.

There's a small header change to support NODEJS. Please review.

In addition, the copyright was added.

bebbi commented 9 years ago

Accepting to see next steps