raysect / source

The main source repository for the Raysect project.
http://www.raysect.org
BSD 3-Clause "New" or "Revised" License
88 stars 23 forks source link

Mesh utilities: CSG Operator #279

Open mattngc opened 5 years ago

mattngc commented 5 years ago

For the visualisation goal, we need a Mesh representation of every primitive. This means we will need to be able to create a mesh representation of a CSG primitive, through a CSG operation on two child meshes. This could be implemented as a utility function.