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

  1.  
  2.  
  3.  
  4. GENBOX(1)                USER COMMANDS                  GENBOX(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      genbox - generate a RADIANCE description of a box
  10.  
  11. SYNOPSIS
  12.      genbox mat name xsiz ysiz zsiz [ -i ][ -r rad | -b bev ]
  13.  
  14. DESCRIPTION
  15.      Genbox produces a RADIANCE scene  description  of  a  paral-
  16.      lelepiped  with  one  corner  at the origin and the opposite
  17.      corner at (xsiz, ysiz, zsiz). The sides of the box  will  be
  18.      parallel  to the three coordinate planes.  The surfaces that
  19.      make up the box will be modified by mat and  their  identif-
  20.      iers will begin with name. The -i option can be used to pro-
  21.      duce a box with inward directed  surface  normals.   The  -r
  22.      option  can be used to specify the radius for rounded edges.
  23.      The -b option can be used to  specify  the  indentation  for
  24.      beveled edges.
  25.  
  26. EXAMPLE
  27.      To produce a rectangular  box  made  of  wood  with  beveled
  28.      edges:
  29.  
  30.        genbox wood box1 5 8 3 -b .5 > box1
  31.  
  32. AUTHOR
  33.      Greg Ward
  34.  
  35. BUGS
  36.      Because spheres and cylinders are used  to  construct  boxes
  37.      with  rounded  edges, a transparent box of this type appears
  38.      quite messy.
  39.  
  40. SEE ALSO
  41.      genrev(1),  gensurf(1),  genworm(1),   rpict(1),   rview(1),
  42.      xform(1)
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.