POV-Ray Insert Menu
mady by
Christoph Hormann
http://www.imagico.de/
union
// CSG union, add all of shapes 1...N
union
{
Shape1
{
...
}
Shape2
{
...
}
ShapeN
{
...
}
}