kovacsv / JSModeler

A JavaScript framework to create and visualize 3D models.
MIT License
648 stars 124 forks source link

Download the model #37

Open nikitasingh06 opened 6 years ago

nikitasingh06 commented 6 years ago

Hey, How can I download the generated output and make changes to it?

kovacsv commented 6 years ago

Hi,

I recommend you to check this example: https://rawgit.com/kovacsv/JSModeler/master/sandbox/print.html

It can export the model to STL file, so only one another step needed to make it downloadable.

zen253230 commented 4 years ago

Hello,

I just discovered JSModeler after using Online 3d viewer and I think it's fantastic !

I used your example to export to obj an svg. Problem is I can't export the colors

Is there a way to have an mtl file generated as well?

Thank you,

kovacsv commented 4 years ago

No, unfortunately at the moment it can export only the geometry without material information.