home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff397.lzh / DKBTrace / AmigaUtils.doc < prev    next >
Text File  |  1990-10-30  |  2KB  |  43 lines

  1. The following utilities are provided for the Amiga computer.  Some of these
  2. may be useful on other systems as well if you can get hold of Amiga-format
  3. data files.
  4.  
  5.  
  6. These utilities are freely distributable.  See DKB.DOC for complete
  7. copyright and distribution information.
  8.  
  9.  
  10.  
  11. DumpToIFF   - Converts the raw 24 bit output files of the raytracer into
  12.               hires HAM images.
  13.  
  14.                syntax:
  15.                 DumpToIFF  [options] input-file [output-file [palette-file]] 
  16.  
  17.                options are:
  18.                     -d            Suppress Floyd Steinberg dithering
  19.                     -pfilename    Output a colour palette for the picture
  20.  
  21.               The colour palette for one image may be used in other images.
  22.               This is useful for animations in order to force the entire
  23.               animation to use the same colour palette.
  24.  
  25.                  eg.
  26.                    DumpToIFF  -pmyImage.palette myImage.dis  myImage.ham
  27.                    DumpToIFF  myImage2.dis  myImage2.ham  myImage.palette
  28.  
  29.  
  30. Sculpt2DKB  - Converts a Sculpt-Animate 3D .scene file into DKB format.  At
  31.               the current time, smoothed triangles are not supported.  The
  32.               only information converted is the information on the polygons,
  33.               the colours, and the textures.  Lightsources, viewpoints, and
  34.               world information is currently ignored.
  35.  
  36.                 syntax:
  37.                    Sculpt2DKB  scene-file  dkb-dat-file
  38.  
  39.               You must edit this file after the conversion to add a viewpoint
  40.               and lightsources as needed.
  41.  
  42. David Buck
  43.