POV-Ray Insert Menu
mady by Christoph Hormann
http://www.imagico.de/

merge

top previous next

// CSG merge, merge all of shapes 1...N
// like 'union', but melted together so no overlap seam lines inside
merge {
  Shape1 {...}
  Shape2 {...}
  ShapeN {...}
}