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

intersection

top previous next

// CSG intersection, the common space where all the shapes meet
intersection {
  Shape1 {...}
  Shape2 {...}
  ShapeN {...}
}