7 |
|
[ |
8 |
|
.B \-s |
9 |
|
][ |
10 |
< |
.B "-n|-N npr" |
10 |
> |
.B "-n | -N npr" |
11 |
|
][ |
12 |
|
.B \-t |
13 |
|
][ |
439 |
|
few places, it should be set to HIGH. |
440 |
|
The default value is "L". |
441 |
|
.TP |
442 |
+ |
.BR PGMAP |
443 |
+ |
This variable designates a global photon map to be generated by |
444 |
+ |
.I mkpmap(1) |
445 |
+ |
and used to accelerate rendering. |
446 |
+ |
The file name must be followed by the number of photons to be stored |
447 |
+ |
in the map, and this number may be followed by a bandwidth for rendering, |
448 |
+ |
which can be two arguments if bias compensation is desired. |
449 |
+ |
There is no default value, meaning that a global photon map will not |
450 |
+ |
normally be created. |
451 |
+ |
.TP |
452 |
+ |
.BR PCMAP |
453 |
+ |
This variable designates a caustic photon map to be generated by |
454 |
+ |
.I mkpmap(1) |
455 |
+ |
and used during renderings to model light transmission by reflecting |
456 |
+ |
and refracting surfaces. |
457 |
+ |
The file name must be followed by the number of photons to be stored |
458 |
+ |
in the map, and this number may be followed by a bandwidth for rendering, |
459 |
+ |
which can be two arguments if bias compensation is desired. |
460 |
+ |
There is no default value, meaning that a caustic photon map will not |
461 |
+ |
normally be created. |
462 |
+ |
.TP |
463 |
|
.BR OPTFILE |
464 |
|
This is the name of a file in which |
465 |
|
.I rad |
508 |
|
.I rtrace(1) |
509 |
|
manual page for a list of valid options. |
510 |
|
.TP |
511 |
+ |
.BR mkpmap |
512 |
+ |
This variable may be used to specify additional options to |
513 |
+ |
.I mkpmap. |
514 |
+ |
If the first word of the first instance of this variable is not an option, |
515 |
+ |
it will be used in place of the default command path, "mkpmap". |
516 |
+ |
See the |
517 |
+ |
.I mkpmap(1) |
518 |
+ |
manual page for a list of valid options. |
519 |
+ |
.TP |
520 |
|
.BR render |
521 |
|
This variable may be used to specify additional options to |
522 |
|
.I rpict |
609 |
|
rad \-t sample.rif # update files after minor change to input |
610 |
|
.br |
611 |
|
rad \-s sample.rif & # execute silently in the background |
612 |
+ |
.br |
613 |
+ |
rad \-N 2 sample.rif # render views using two parallel rpict calls |
614 |
+ |
.br |
615 |
+ |
rad \-N 4 -v 1 sample.rif # render first view with four rpiece calls |
616 |
|
.PP |
617 |
|
If we decide that the default values |
618 |
|
.I rad |
674 |
|
.SH AUTHOR |
675 |
|
Greg Ward |
676 |
|
.SH BUGS |
677 |
+ |
You cannot run more than one |
678 |
+ |
.I rad |
679 |
+ |
process at a time on the same input file, |
680 |
+ |
as the second process will attempt to recover the output files |
681 |
+ |
of the first process, damaging the results. |
682 |
+ |
The exceptions to this are running interactively via the |
683 |
+ |
.I \-o |
684 |
+ |
option, or rendering different views using the |
685 |
+ |
.I \-v |
686 |
+ |
option. |
687 |
+ |
.PP |
688 |
|
Incremental building of octrees is not supported as it would add |
689 |
|
considerable complexity to |
690 |
|
.I rad. |
721 |
|
The use of upper and lower case naming for the standard views may be |
722 |
|
problematic on systems that don't distinguish case in filenames. |
723 |
|
.SH "SEE ALSO" |
724 |
< |
glrad(1), make(1), mkillum(1), objview(1), oconv(1), |
724 |
> |
glrad(1), make(1), mkillum(1), mkpmap(1), objview(1), oconv(1), |
725 |
|
pfilt(1), raddepend(1), ranimate(1), |
726 |
< |
rholo(1), rpict(1), rtrace(1), rvu(1), touch(1), vgaimage(1), ximage(1) |
726 |
> |
rholo(1), rpict(1), rpiece(1), rtrace(1), rvu(1), |
727 |
> |
touch(1), vgaimage(1), ximage(1) |