| 579 |
|
rad \-t sample.rif # update files after minor change to input |
| 580 |
|
.br |
| 581 |
|
rad \-s sample.rif & # execute silently in the background |
| 582 |
+ |
.br |
| 583 |
+ |
rad \-N 2 sample.rif # render views using two parallel rpict calls |
| 584 |
+ |
.br |
| 585 |
+ |
rad \-N 4 -v 1 sample.rif # render first view with four rpiece calls |
| 586 |
|
.PP |
| 587 |
|
If we decide that the default values |
| 588 |
|
.I rad |
| 644 |
|
.SH AUTHOR |
| 645 |
|
Greg Ward |
| 646 |
|
.SH BUGS |
| 647 |
+ |
You cannot run more than one |
| 648 |
+ |
.I rad |
| 649 |
+ |
process at a time on the same input file, |
| 650 |
+ |
as the second process will attempt to recover the output files |
| 651 |
+ |
of the first process, damaging the results. |
| 652 |
+ |
The exceptions to this are running interactively via the |
| 653 |
+ |
.I \-o |
| 654 |
+ |
option, or rendering different views using the |
| 655 |
+ |
.I \-v |
| 656 |
+ |
option. |
| 657 |
+ |
.PP |
| 658 |
|
Incremental building of octrees is not supported as it would add |
| 659 |
|
considerable complexity to |
| 660 |
|
.I rad. |
| 693 |
|
.SH "SEE ALSO" |
| 694 |
|
glrad(1), make(1), mkillum(1), objview(1), oconv(1), |
| 695 |
|
pfilt(1), raddepend(1), ranimate(1), |
| 696 |
< |
rholo(1), rpict(1), rtrace(1), rvu(1), touch(1), vgaimage(1), ximage(1) |
| 696 |
> |
rholo(1), rpict(1), rpiece(1), rtrace(1), rvu(1), |
| 697 |
> |
touch(1), vgaimage(1), ximage(1) |