home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Computer Graphics & Animation / Chip-Special-Computergrafik.bin / programs / povray / povsrc.sea / POVSRC / SOURCE / POV.π.rsrc.rsrc / TEXT_328_union.txt < prev    next >
Text File  |  1994-02-04  |  93b  |  8 lines

  1. // CSG union, add all of shapes 1ΓǪN
  2. union
  3. {
  4.   Shape1 {ΓǪ}
  5.   Shape2 {ΓǪ}
  6.   ShapeN {ΓǪ}
  7. }
  8.