home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1164 / clipped.tpl < prev    next >
Text File  |  1994-01-17  |  625b  |  18 lines

  1. //clipped_by.tpl
  2. /*
  3. The "clipped_by" statement is technically an object modifier but it
  4. provides a type of CSG similar to CSG intersection.  You attach a clipping
  5. object like this:
  6.  
  7.         object {
  8.            My_Thing
  9.            clipped_by{plane{y,0}}
  10.         }
  11.  
  12. Every part of the object "My_Thing" that is inside the plane is retained
  13. while the remaining part is clipped off and discarded.  In an intersection
  14. object, the hole is closed off.  With clipped_by it leaves an opening.  For
  15. example this diagram shows our object "A" being clipped_by a plane{y,0}.*/
  16.  
  17.            clipped_by{                    }
  18.