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
Hello!
How should one go for saving a resulting polygon as PLY, STL or something else?
Can that be done from inside csg.js? Or is there another recommended library?
thank you!
The text was updated successfully, but these errors were encountered:
Csg.js dont have a method for this(it focus on csg operations), but writing one is simples, just access the polygons array in your CSG object, every polygon is made of CSG.Vertex containing a position and a normal of type CSG.Vector.
Csg.js dont have a method for this(it focus on csg operations), but writing one is simples, just access the polygons array in your CSG object, every polygon is made of CSG.Vertex containing a position and a normal of type CSG.Vector.
Hello!
How should one go for saving a resulting polygon as PLY, STL or something else?
Can that be done from inside csg.js? Or is there another recommended library?
thank you!
The text was updated successfully, but these errors were encountered: