ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/rtcontrib.1
(Generate patch)

Comparing ray/doc/man/man1/rtcontrib.1 (file contents):
Revision 1.8 by greg, Thu Jun 9 17:27:27 2005 UTC vs.
Revision 1.10 by greg, Fri Jun 10 20:53:55 2005 UTC

# Line 17 | Line 17 | rtcontrib - compute contribution coefficients in a RAD
17   ][
18   .B "\-b binv"
19   ]
20 < .B "\-m mod .."
20 > {
21 > .B "\-m mod | \-M file"
22 > }
23 > ..
24   [
25   .B $EVAR
26   ]
# Line 39 | Line 42 | settings.
42   These modifiers are usually materials associated with
43   light sources or sky domes, and must directly modify some geometric
44   primitives to be considered in the output.
45 + A modifier list may also be read from a file using the
46 + .I \-M
47 + option.
48 + The RAYPATH environment variable determines directories to search for
49 + this file.
50 + (No search takes place if a file name begins with a '.', '/' or '~'
51 + character.)\0
52 + .PP
53   The output of
54   .I rtcontrib
55   has many potential uses.
# Line 113 | Line 124 | Unlike
124   will search the RADIANCE library directories for each file given in a
125   .I \-f
126   option.
116 (No search takes place if a file name begins with a '.', '/' or '~'
117 character.)\0
127   .PP
128   If no
129   .I \-o
# Line 198 | Line 207 | To compute an array of illuminance contributions accor
207   rtcontrib -b tbin -o sky.dat -m skyglow -b 0 -o ground.dat -m groundglow
208   @render.opt -f tregenza.cal scene.oct < test.dat
209   .SH ENVIRONMENT
210 < RAYPATH         path to search for -f files
210 > RAYPATH         path to search for -f and -M files
211   .SH AUTHOR
212   Greg Ward
213   .SH "SEE ALSO"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines