How to load the stl file of three.js
-
I want to use the three.js renderer for the stl file loaded by three.js, or other format files, and use the jscad api, such as modeling/boonleans
-
@sea-dh1 welcome to the user group!
The modeling library creates 3D shapes into geom3 data structures. Of course, three.JS has a different data structure for ‘mesh’. So, all you have to do is… convert geom3 data to 3js data.
No. JSCAD doesn’t support this. Good luck!