home *** CD-ROM | disk | FTP | other *** search
- The following utilities are provided for the Amiga computer. Some of these
- may be useful on other systems as well if you can get hold of Amiga-format
- data files.
-
-
- These utilities are freely distributable. See DKB.DOC for complete
- copyright and distribution information.
-
-
-
- DumpToIFF - Converts the raw 24 bit output files of the raytracer into
- hires HAM images.
-
- syntax:
- DumpToIFF [options] input-file [output-file [palette-file]]
-
- options are:
- -d Suppress Floyd Steinberg dithering
- -pfilename Output a colour palette for the picture
-
- The colour palette for one image may be used in other images.
- This is useful for animations in order to force the entire
- animation to use the same colour palette.
-
- eg.
- DumpToIFF -pmyImage.palette myImage.dis myImage.ham
- DumpToIFF myImage2.dis myImage2.ham myImage.palette
-
-
- Sculpt2DKB - Converts a Sculpt-Animate 3D .scene file into DKB format. At
- the current time, smoothed triangles are not supported. The
- only information converted is the information on the polygons,
- the colours, and the textures. Lightsources, viewpoints, and
- world information is currently ignored.
-
- syntax:
- Sculpt2DKB scene-file dkb-dat-file
-
- You must edit this file after the conversion to add a viewpoint
- and lightsources as needed.
-
- David Buck
-