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.26 by greg, Tue Feb 24 19:39:26 2015 UTC vs.
Revision 1.27 by rschregle, Fri Jun 5 08:49:01 2015 UTC

# Line 404 | Line 404 | Set the number of ambient bounces to
404   This is the maximum number of diffuse bounces computed by the indirect
405   calculation. A value of zero implies no indirect calculation.
406   .IP
407 < In photon mapping mode (see
407 > This value defaults to 1 in photon mapping mode (see
408   .I -ap
409 < below), a positive value implies that global photon irradiance is
410 < always computed via
409 > below), implying that global photon irradiance is always computed via
410   .I one
411 < ambient bounce. A negative value enables a preview mode that directly
412 < visualises the irradiance from the global photon map without any ambient
413 < bounces.
411 > ambient bounce; this behaviour applies to any positive number of ambient
412 > bounces, regardless of the actual value specified.  A negative value enables
413 > a preview mode that directly visualises the irradiance from the global
414 > photon map without any ambient bounces.
415   .TP
416   .BI -ar \ res
417   Set the ambient resolution to
# Line 553 | Line 553 | Using direct photons replaces the direct calculation w
553   for debugging and validation of photon emission.      
554   .TP
555   .BI -am " frac"
556 < Coefficient for maximum search radius for photon map lookups. The search
557 < radius is automatically determined based on the average photon distance to the
558 < distribution's centre of gravity, and scaled by this coefficient. Increase this
559 < value if multiple warnings about short photon lookups are issued.
556 > Maximum search radius for photon map lookups.  Without this option, an
557 > initial maximum search radius is estimated for each photon map from the
558 > average photon distance to the distribution's centre of gravity.  It is then
559 > adapted to the photon density in subsequent lookups.  This option imposes a
560 > global fixed maximum search radius for
561 > .I all
562 > photon maps, thus defeating the automatic adaptation.  It is useful when
563 > multiple warnings about short photon lookups are issued.  Note that this
564 > option does not conflict with the bandwidth specified with the
565 > .I \-ap
566 > option; the number of photons found will not exceed the latter, but may be
567 > lower if the maximum search radius contains fewer photons, thus resulting in
568 > short lookups.  Setting this radius too large, on the other hand, may
569 > degrade performance.
570   .TP
571   .BI -me " rext gext bext"
572   Set the global medium extinction coefficient to the indicated color,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines