arakis / Net3dBool

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Net3dBool

This is a port of the java j3dbool library to C#. Some optimazions are added to improve the performance.

Constructive Solid Geometry (CSG) is a modeling technique that uses Boolean operations like union and intersection to combine 3D solids. Read more about CSG on this Wikipedia page

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 sample Projct for more information.

Contribution

Every kind of contribution is welcome. Feel free to open a pull request. Special thanks to Lars Brubaker for the performance improvements.

About

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

License:MIT License


Languages

Language:C# 100.0%Language:Makefile 0.0%