Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 538 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 538 Bytes

Net3dBool

This is a port of the java j3dbool library to C#.

Constructive Solid Geometry (CSG) is a modeling technique that uses Boolean operations like union and intersection to combine 3D solids. This library implements CSG operations on meshes. All edge cases involving overlapping coplanar polygons in both solids are correctly handled.

screenshot

Documentation

This library provides three CSG operations: union, subtract, and intersect. See the demo Projct for more information.