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

Comparing ray/doc/man/man1/rpict.1 (file contents):
Revision 1.7 by greg, Thu Apr 14 18:04:12 2005 UTC vs.
Revision 1.8 by greg, Tue May 31 18:01:08 2005 UTC

# Line 558 | Line 558 | option (above) may be used to override this.
558   .BI -lr \ N
559   Limit reflections to a maximum of
560   .I N.
561 + If
562 + .I N
563 + is zero, then Russian roulette is used for ray
564 + termination, and the
565 + .I -lw
566 + setting (below) must be positive.
567 + If N is a negative integer, then this sets the upper limit
568 + of reflections past which Russian roulette will not be used.
569 + In scenes with dielectrics and total internal reflection,
570 + a setting of 0 (no limit) may cause a stack overflow.
571   .TP
572   .BI -lw \ frac
573   Limit the weight of each ray to a minimum of
574   .I frac.
575 < During ray-tracing, a record is kept of the final contribution
576 < a ray would have to the image.
577 < If it is less then the specified minimum, the ray is not traced.
575 > During ray-tracing, a record is kept of the estimated contribution
576 > (weight) a ray would have in the image.
577 > If this weight is less than the specified minimum and the
578 > .I -lr
579 > setting (above) is positive, the ray is not traced.
580 > Otherwise, Russian roulette is used to
581 > continue rays with a probability equal to the ray weight
582 > divided by the given
583 > .I frac.
584   .TP
585   .BI -S \ seqstart
586   Instead of generating a single picture based only on the view

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines