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 >
Wrap
Text File
|
1994-02-10
|
93b
|
8 lines
// CSG union, add all of shapes 1…N
union
{
Shape1 {…}
Shape2 {…}
ShapeN {…}
}