CSG_Grid is a small library in C++ that provides functionality for creating and manipulating 3D grids in Computer Solid Geometry (CSG). It allows users to define grids and perform various operations on them, such as merging, intersecting and subtracting grids. The library provides a simple and efficient way to work with CSG grids, making it easier for developers to implement CSG-based algorithms in their applications.
C++ (Cpp) CSG_Grid - 30 examples found. These are the top rated real world C++ (Cpp) examples of CSG_Grid extracted from open source projects. You can rate examples to help us improve the quality of examples.