home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP Eylül 1996.iso / utils / povray / povppc.sit / POVPPC / POV-Ray / POV-Ray.rsrc / TEXT_328_union.txt < prev    next >
Encoding:
Text File  |  1994-04-26  |  93 b   |  8 lines

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