home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / video / render / radiance.lzh / ray / doc / cat1 / getbbox.doc < prev    next >
Encoding:
Text File  |  1991-11-24  |  1.5 KB  |  67 lines

  1.  
  2.  
  3.  
  4. GETBBOX(1)               USER COMMANDS                 GETBBOX(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      getbbox - compute bounding box for RADIANCE scene
  10.  
  11. SYNOPSIS
  12.      getbbox [ -w ][ -h ] [ input .. ]
  13.  
  14. DESCRIPTION
  15.      Getbbox reads each scene description input and computes  the
  16.      minimum axis-aligned parallelopiped that will enclose all of
  17.      the objects.  Each input can be either a  file  name,  or  a
  18.      command  (enclosed  in quotes and preceded by a `!').  If no
  19.      arguments are given, the standard input is read.   A  hyphen
  20.      ('-') can also be used to indicate the standard input.
  21.  
  22.      The -w option suppresses warnings.  The -h option suppresses
  23.      the header line "xmin xmax ymin ymax zmin zmax".
  24.  
  25. EXAMPLE
  26.      To compute the bounding box for the object ``thingy'':
  27.  
  28.        getbbox thingy
  29.  
  30.      To preview ``scene'':
  31.  
  32.        preview -v FOUR -b `getbbox -h scene` scene
  33.  
  34. NOTES
  35.      Since expanding a scene can require  considerable  overhead,
  36.      it  is  better to use the bounding cube produced by oconv(1)
  37.      and read by getinfo(1) if an octree exists  for  the  scene.
  38.      However,  there  are  certain circumstances, such as foreign
  39.      object placement, that  require  knowing  the  bounding  box
  40.      rather than just the bounding cube.
  41.  
  42. AUTHOR
  43.      Greg Ward
  44.  
  45. ACKNOWLEDGEMENT
  46.      Work on this program was sponsored by the LESO group at EPFL
  47.      in Switzerland.
  48.  
  49. SEE ALSO
  50.      getinfo(1), oconv(1), xform(1)
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.