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

union

top previous next

// CSG union, add all of shapes 1...N
union {
  Shape1 {...}
  Shape2 {...}
  ShapeN {...}
}