ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/README
Revision: 2.4
Committed: Sun Nov 22 10:55:08 1992 UTC (31 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.3: +1 -0 lines
Log Message:
added freeobjmem module for rview when memory is scarce

File Contents

# User Rev Content
1 greg 1.1 RENDERING PROGRAMS
2     SCCSid "$SunId$ LBL"
3    
4     This directory contains the RADIANCE renderers "rpict", "rtrace" and "rview".
5    
6     ambient.h common definitions for interreflection routines
7     data.h header file for routines which interpolate data
8     driver.h header file for interactive device drivers
9 greg 2.2 func.h header file for modifiers using function files
10 greg 1.1 nwsdev.h header file for NeWS driver
11     otspecial.h special type flags for objects used in rendering
12     ray.h header file for routines using rays
13     rpaint.h header file for image painting (rview)
14     source.h header file for ray tracing sources
15     x11icon.h icon for rview under X11
16     x11twind.h header for X11 text window routines
17     xtwind.h header for X10 text window routines
18     Version.c program version
19     aed.c driver for AED 512 terminal
20     ambcomp.c routines to compute "ambient" values using Monte Carlo
21     ambient.c routines dealing with ambient (inter-reflected) component
22 greg 2.3 ambio.c ambient value input and output routines
23     aniso.c material functions for plastic2, metal2 and trans2
24 greg 1.1 caldefn.c store variable definitions
25     calexpr.c compute data values using expression parser
26     colortab.c allocate and control dynamic color table
27     data.c routines dealing with interpolated data
28     devcomm.c communication routines for separate drivers
29     devmain.c main for independent drivers
30     devtable.c device table for rview
31     dielectric.c shading function for transparent materials
32     editline.c routine for editing raw input for rview
33 greg 2.4 freeobjmem.c routines for freeing unneeded object structures
34 greg 1.1 func.c interface to calcomp functions
35     glass.c simpler shading function for thin glass surfaces
36     initotypes.c initialize ofun[] list for renderers
37     lookamb.c program to examine ambient components
38     m_brdf.c shading for materials with arbitrary BRDF's
39     m_clip.c routine for clipped (cut) objects
40     m_direct.c routines for prism material types
41     m_mirror.c routines for mirror material supporting virtual light sources
42 greg 2.3 malloc.c memory allocation routines
43 greg 1.1 mx_data.c routine for stored mixtures
44     mx_func.c routine for mixture functions
45     noise3.c noise functions for random textures
46     normal.c shading function for normal materials
47     nwsdev.c NeWS driver, by Isaac Kwo
48 greg 2.3 nwsdev.cps NeWS driver source
49 greg 1.1 o_cone.c routine to determine ray intersection with cones
50     o_face.c compute ray intersection with faces
51     o_instance.c routines for computing ray intersections with octrees
52     p_data.c routine for stored patterns
53     p_func.c routine for procedural patterns
54 greg 2.3 rayinit.cal initialization function file
55 greg 1.1 raytrace.c routines for tracing and shading rays
56     readfargs.c allocate, read and free object arguments
57     rmain.c main for ray tracing programs
58     rpict.c routines and variables for picture generation
59     rtrace.c program and variables for individual ray tracing
60     rv2.c command routines used in tracing a view
61     rv3.c miscellaneous routines for rview
62     rview.c routines and variables for interactive view generation
63     source.c routines dealing with illumination sources
64     sphere.c compute ray intersection with spheres
65     srcsamp.c source sampling routines
66     srcsupp.c support routines for source objects and materials
67     suncom.c program to read and edit raw tty input
68     sundev.c standalone driver for Sunwindows
69     t_data.c routine for stored textures
70     t_func.c routine for procedural textures
71     text.c functions for text patterns and mixtures
72     tty.c i/o for terminal drivers
73     virtuals.c routines for simulating virtual light sources
74     x10.c driver for X-windows version 10R4
75     x11.c driver for X-windows version 11R3
76     x11twind.c routines for X11 text windows
77     xtwind.c routines for X text windows
78     zeroes.c compute roots for various equations