--- ray/src/common/README 1995/08/25 20:03:42 2.4 +++ ray/src/common/README 1998/06/09 11:37:52 2.7 @@ -17,10 +17,14 @@ octree.h header file for routines using octrees otypes.h defines for object types paths.h header file defining standard path names for this architecture plocate.h header for 3D vector location +radogl.h header for routines using OpenGL to display Radiance scenes random.h header file for random(3) and urand() function resolu.h definitions for resolution line in image file. standard.h standard include file for most programs targa.h header file for reading and writing Targa format files +tmerrmsg.h error messages for tone mapping routines +tmprivat.h private header file for tone mapping routines +tonemap.h header file for tone mapping routines vfork.h header file for routines using vfork() view.h header file for image generation xraster.h header file for X routines using images @@ -68,6 +72,7 @@ mat4.c routines dealing with 4 X 4 homogeneous matric mktemp.c make temporary file (system-independent replacement) modobject.c routines for tracking object modifiers multisamp.c binary space partitioning curve for multidimensional sampling +myhostname.c system-independent host name call objset.c routines for maintaining object sets octree.c routines dealing with octrees and cubes otypes.c object type lookup and error reporting @@ -83,10 +88,18 @@ readobj.c routines for reading in object descriptions readoct.c routines to read octree information resolu.c read and write image resolutions rexpr.c regular expression parser (ala grep) +rgldomat.c set OpenGL material +rglfile.c process Radiance scene files into OpenGL display lists +rglinst.c convert Radiance octrees and instances into OpenGL +rglmat.c convert Radiance materials into OpenGL +rglsrc.c convert Radiance light sources into OpenGL +rglsurf.c convert Radiance surfaces into OpenGL savestr.c routines for efficient string storage savqstr.c quick and dirty string saver spec_rgb.c convert colors and spectral ranges strcmp.c more efficient standard lib replacement for use with savestr() +tmapcolrs.c routines for applying tone mapping to COLR scanlines +tonemap.c basic tone mapping routines urand.c anticorrelated random function due to Christophe Schlick urind.c compute pseudo-asyncronous entry point for urand(3) wordfile.c open and read a file of whitespace-separated words