JSModeler icon indicating copy to clipboard operation
JSModeler copied to clipboard

Can display model from result json?

Open thientu995 opened this issue 7 years ago • 1 comments

I have the idea of reading the file once, then save the json file of JSModeler, then save it on the server. At the model display I just read the results from that json file, can you help me? Because for large models it looks like JSModeler is pretty weak, or models larger than 50MB mobile devices (Mobile or tablet) are notified by the browser.

thientu995 avatar Dec 06 '18 08:12 thientu995

I think you are looking for the JSM.ConvertJSONDataToThreeMeshes function. You can find a working example here: https://github.com/kovacsv/JSModeler/blob/master/sandbox/jsonimportthree.html

kovacsv avatar Dec 09 '18 15:12 kovacsv