Top "Csg" questions

Constructive Solid Geometry

How to perform Boolean operations in mesh in Unity?

I have Cube model and Cylinder model. I want to make a hole inside Cube by Cylinder, how can I …

unity3d csg
Bezier clipping

I'm trying to find/make an algorithm to compute the intersection (a new filled object) of two arbitrary filled 2D …

graphics geometry 2d bezier csg
Constructive Solid Geometry vs Boundary Representation

I want to implement boolean operations on nonconvex polyhedral objects and want to render them with OpenGL. I have read …

computational-geometry csg