home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Computer Graphics & Animation / Chip-Special-Computergrafik.bin / programs / povray / povsrc.sea / POVSRC / SOURCE / POV.π.rsrc.rsrc / TEXT_303_bounded_by.txt < prev    next >
Text File  |  1994-02-04  |  315b  |  7 lines

  1. // set an outer proposed boundary for parent object(s)
  2. // allows the ray-tracer to do a quick check on the BoundingShape,
  3. // and if outside, it skips checking this object.  Note that this
  4. // is not a 100% guaranteed clipping shape... use the
  5. // clipped_by statement for that.
  6. bounded_by { box { -(x+y+z) +(x+y+z) }
  7.