You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot find any information about import operation.
How is it used?
Nothing in the examples and tutorials, even nothing in the docs.
Could you please provide some information?
Thanks
The text was updated successfully, but these errors were encountered:
From the examples, I understand that imported data is converted to JSON, and can only be used with ConvertJSONDataToRenderBodies for rendering.
Is there a way a to merge the imported data with a JSM.Body?
My goal is to import an OBJ file, add some mesh generated with JSM and export the result to OBJ. I don't need to render with three.js. Is it possible?
Unfortunately this convertion is not implemented at the moment, but JSONData is a triangulated representation of the model, so it is easy to convert it to an obj file.
You can create JSONData from a model with the ConvertModelToTriangleModel and ConvertTriangleModelToJsonData functions.
I cannot find any information about import operation.
How is it used?
Nothing in the examples and tutorials, even nothing in the docs.
Could you please provide some information?
Thanks
The text was updated successfully, but these errors were encountered: