evanw / csg.js

Constructive solid geometry on meshes using BSP trees in JavaScript
http://evanw.github.com/csg.js/
MIT License
1.79k stars 264 forks source link

Can we make Cross Section effect #27

Closed PrashantKT closed 2 years ago

PrashantKT commented 2 years ago

I am using swift version of this library - which is very similar https://github.com/nicklockwood/Euclid

My question is I wanted to draw only border on subtracted Mesh , I mean discard inner polygon and vertex

Please checkout this link

https://github.com/nicklockwood/Euclid/issues/76

Could anyone can guide me how to achieve this

Thanks in advance