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

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