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 |
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, |