home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TopWare 18: Liquid
/
Image.iso
/
liquid
/
top1164
/
clipped.tpl
< prev
next >
Wrap
Text File
|
1994-01-17
|
625b
|
18 lines
//clipped_by.tpl
/*
The "clipped_by" statement is technically an object modifier but it
provides a type of CSG similar to CSG intersection. You attach a clipping
object like this:
object {
My_Thing
clipped_by{plane{y,0}}
}
Every part of the object "My_Thing" that is inside the plane is retained
while the remaining part is clipped off and discarded. In an intersection
object, the hole is closed off. With clipped_by it leaves an opening. For
example this diagram shows our object "A" being clipped_by a plane{y,0}.*/
clipped_by{ }