3.3  CSG Objects

You know you have been raytracing too long when ...
... Your friends are used to the fact that you will suddenly stop walking in order to look at objects and figure out how to do them as CSGs.
-- Jeff Lee

Constructive Solid Geometry, or CSG, is a powerful tool to combine primitive objects to create more complex objects as shown in the following sections.

In 'CSG Objects' ...
3.3.1  What is CSG?
3.3.2  CSG Union
3.3.3  CSG Intersection
3.3.4  CSG Difference
3.3.5  CSG Merge
3.3.6  CSG Pitfalls