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

Comparing ray/doc/man/man1/rtrace.1 (file contents):
Revision 1.11 by greg, Tue May 31 18:01:08 2005 UTC vs.
Revision 1.12 by greg, Mon Jun 13 20:07:55 2005 UTC

# Line 178 | Line 178 | option (below) may be used to override this.
178   This option is especially useful in
179   conjunction with ximage(1) for computing illuminance at scene points.
180   .TP
181 + .BR \-R
182 + Boolean switch to control random sampling.
183 + When "off", a low-discrepancy sequence is used, which reduces
184 + variance but can result in a brushed appearance in specular highlights.
185 + When "on", pure Monte Carlo sampling is used in all calculations.
186 + .TP
187   .BR \-I
188   Boolean switch to compute irradiance rather than radiance,
189   with the input origin and direction interpreted instead

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines