   File Name		Archive #	Description
-----------------------------------------------------------
 Configure                 16	Configuration script
 Doc                        1	Rayshade documents
 Doc/BUGS                   1	Known bugs
 Doc/Copyright              1	Copyright information
 Doc/Globals                4	Global variable information
 Doc/Guide                  1	User's Guide
 Doc/Guide/README           1	User's Guide information
 Doc/Guide/camera.tex       9	Camera documentation module
 Doc/Guide/guide.tex        2	Rayshade user's guide and ref manual
 Doc/Guide/height.tex       4	Heightfield documentation
 Doc/Guide/intro.tex        5	Introduction
 Doc/Guide/lights.tex      10	Light source documentation
 Doc/Guide/objects.tex     13	Object documentation
 Doc/Guide/options.tex      7	Command-line option document
 Doc/Guide/preface.tex      6	Babblings
 Doc/Guide/running.tex     12	Overview of running rayshade
 Doc/Guide/surfaces.tex    10	Description of surface properties
 Doc/Guide/texture.tex     13	Texturing document
 Doc/Guide/transform.tex    3	Transformations
 Doc/TODO                   2	List of proposed projects
 Doc/quickref.txt          11	Rayshade quick reference guide
 Examples                   1	Example rayshade input
 Examples/ashtray.def.ray   1	Ashtray object
 Examples/ashtray.ray       1	Ashtray scene
 Examples/balls.ray         2	Ten spheres
 Examples/blob.ray          1	Blob scene
 Examples/boxball.ray       3	Sphere/box csg scene
 Examples/csg.ray           4	Csg scene
 Examples/glass.def.ray     1	Glass object
 Examples/glass.ray         1	Glass scene
 Examples/mtv.ray           4	Muse Ick TV logo
 Examples/planet.map        5	Colormap used in planet.ray
 Examples/planet.ray        1	Texture-mapped sphere
 Examples/pool.ray          6	Gaudy pool table
 Examples/solids.ray        2	Sphere and cone
 Examples/stripe.ray        1	Stripe example
 MANIFEST                   1	
 Makefile                   1	Toplevel Makefile
 README                     1	General information
 Reconfigure                3	Extract .SH files from given config
 blurb.urt                  9	Utah Raster Toolkit information
 config.H                   8	Example configuration header
 config.h.SH                8	Script to generate config.h
 etc                        1	Tools and other goodies
 etc/Makefile.SH            2	Script to generate tool Makefile
 etc/malloc.sgi             4	Suggested malloc tuning on sgi machines
 etc/nff2shade.awk          5	NFF-->rayshade conversion awk script
 etc/rsconvert              1	Old rayshade input --> new conversion
 etc/rsconvert/Makefile.SH  4	Script to generate conversion Makefile
 etc/rsconvert/lex.l        6	Lexical analysis for converter
 etc/rsconvert/main.c       3	Conversion driver
 etc/rsconvert/yacc.y      12	Conversion actions
 libcommon                  1	Common routines/data structures
 libcommon/Makefile.SH      3	Script to produce Makefile
 libcommon/color.h          2	Color definitions
 libcommon/common.h         4	Headers for useful routines
 libcommon/error.h          3	Error reporting definitions
 libcommon/memory.c         3	Memory allocation
 libcommon/ray.h            1	Ray definitions
 libcommon/sampling.c       4	Sampling control
 libcommon/sampling.h       2	Sampling definitions
 libcommon/transform.c     11	Transformation routines
 libcommon/transform.h      3	Transformation definitions
 libcommon/vecmath.c        5	Vector manipulation routines
 libcommon/vector.h         4	Vector definitions
 libimage                   1	Image reading library
 libimage/Makefile.SH       3	Script to produce imagelib Makefile
 libimage/image.c           8	Image reading routines
 libimage/image.h           2	Image reading definitions
 liblight                   1	Light source library
 liblight/Makefile.SH       4	Script to produce liblight Makefile
 liblight/extended.c        6	Extended light source methods
 liblight/extended.h        2	Extended source definitions
 liblight/infinite.c        3	Infinite light source methdos
 liblight/infinite.h        2	Infinite source definitions
 liblight/jittered.c        6	Jittered light source methods
 liblight/jittered.h        2	Jittered source definitions
 liblight/light.c           4	Lighting calculations
 liblight/light.h           3	Light definitions
 liblight/point.c           3	Point source methods
 liblight/point.h           2	Point source definitions
 liblight/shadow.c          8	Shadow determination routines
 liblight/spot.c            5	Spot light methods
 liblight/spot.h            2	Spot light definitions
 libobj                     1	Object library
 libobj/Makefile.SH         4	Script to generate libobj Makefile
 libobj/blob.c             14	Blobby molecule methods
 libobj/blob.h              3	Blobby molecule definitions 
 libobj/bounds.c            7	Bounding box routines
 libobj/bounds.h            2	Bounding box definitions
 libobj/box.c               5	Box methods
 libobj/box.h               2	Box defininitions
 libobj/cone.c              9	Cone methods
 libobj/cone.h              2	Cone definitions
 libobj/csg.c              11	Construct solid geometry methods
 libobj/csg.h               2	CSG definitions
 libobj/cylinder.c          7	Cylinder methods
 libobj/cylinder.h          2	Cylinder definitions
 libobj/disc.c              7	Disc methods
 libobj/disc.h              2	Disc definitions
 libobj/grid.c             11	Uniform spatial subdivision methods
 libobj/grid.h              3	Uniform spatial subdivision definitions
 libobj/hf.c               14	Height field methods
 libobj/hf.h                5	Height field definitions
 libobj/intersect.c         5	Intersection routines
 libobj/list.c              5	List methods        
 libobj/list.h              2	List definitions
 libobj/object.c            8	Object support routines
 libobj/object.h            6	Object definitions
 libobj/plane.c             5	Plane methods
 libobj/plane.h             2	Plane definitions
 libobj/poly.c              9	Polygon methods
 libobj/poly.h              2	Polygon definitions
 libobj/roots.c             7	Cubic and quartic root finding routines
 libobj/sphere.c            7	Sphere methods
 libobj/sphere.h            2	Sphere definitions
 libobj/torus.c            10	Torus methods
 libobj/torus.h             2	Torus definitions
 libobj/triangle.c         12	Triangle methods
 libobj/triangle.h          3	Triangle definitions
 libsurf                    1	Surface library
 libsurf/Makefile.SH        3	Script to generate libsurf Makefile
 libsurf/atmosphere.c       4	Atmospheric effects support routines
 libsurf/atmosphere.h       2	Atmospheric effects defintions
 libsurf/fog.c              3	Fog methods
 libsurf/fog.h              1	Fog definitions
 libsurf/mist.c             3	Mist methods
 libsurf/mist.h             2	Mist definitions
 libsurf/surface.c          5	Surface support routines
 libsurf/surface.h          4	Surface definitions
 libsurf/surfshade.c        7	Surface shading routines
 libtext                    1	Texturing library
 libtext/Makefile.SH        4	Script to generate libtext Makefile
 libtext/blotch.c           3	Blotch methods
 libtext/blotch.h           1	Blotch definitiosn
 libtext/bump.c             2	Bump texture methods
 libtext/bump.h             1	Bump definitions
 libtext/checker.c          3	Checker texture methods
 libtext/checker.h          1	Checker definitions
 libtext/cloud.c            5	Cloud texture methods
 libtext/cloud.h            2	Cloud definitions
 libtext/fbm.c              4	Fractional Brownian motion methods
 libtext/fbm.h              2	fBm definitions
 libtext/fbmbump.c          2	fBm-based bump methods
 libtext/fbmbump.h          1	fBm bump definitions
 libtext/gloss.c            3	Glossy reflection methods
 libtext/gloss.h            1	Glossy reflection definitions
 libtext/imagetext.c        8	Image texturing methods
 libtext/imagetext.h        2	Image texturing definitions
 libtext/mapping.c          8	Inverse mapping methods
 libtext/mapping.h          2	Inverse mapping definitions
 libtext/marble.c           3	Marble texture methods
 libtext/marble.h           1	Marble definitions
 libtext/noise.c            9	Perlin's Noise function
 libtext/sky.c              3	Sky texture methods
 libtext/sky.h              2	Sky texture definitions
 libtext/stripe.c           5	Stripe texture methods
 libtext/stripe.h           2	Stripe texture definitions
 libtext/textaux.c          6	Texturing support routines
 libtext/texture.c          6	Texturing driving routines
 libtext/texture.h          4	Texture definitions
 libtext/wood.c             4	Wood texture methods
 libtext/wood.h             1	Wood texture definitions
 patchlevel.h               1	Current patch level
 rayshade                   1	Rayshade application source
 rayshade/Makefile.SH       6	Script to generate rayshade Makefile
 rayshade/defaults.h        3	Default values
 rayshade/funcdefs.h        1	Rayshade function headers
 rayshade/lex.l             7	Lexical analysis
 rayshade/lightdef.c        4	Light library inteface
 rayshade/main.c            4	Rayshade main        
 rayshade/misc.c            6	Misc. rayshade routines
 rayshade/objdef.c          4	Object library interface 
 rayshade/options.c        10	Option parsing
 rayshade/options.h         5	Option definitions
 rayshade/picture.c         9	Image output routines
 rayshade/picture.h         2	Image output definitions
 rayshade/rayshade.h        1	Rayshade header
 rayshade/raytrace.c       13	Ray tracing driving routines
 rayshade/raytrace.h        1	Ray tracing definitions
 rayshade/setup.c           6	Setup and cleanup
 rayshade/shade.c          10	Rayshade shader
 rayshade/stats.c           6	Statistics reporting
 rayshade/stats.h           3	Statistics definitions
 rayshade/surfdef.c         5	Surface library interface
 rayshade/version.c         1	Version reporting
 rayshade/viewing.c         7	View specification routines
 rayshade/viewing.h         3	View specification definitions
 rayshade/yacc.y           15	Rayshade actions
