5 |
|
.SH SYNOPSIS |
6 |
|
.B mkillum |
7 |
|
[ |
8 |
+ |
.B "\-n nprocs" |
9 |
+ |
][ |
10 |
|
.B "rtrace options" |
11 |
|
] |
12 |
|
.B octree |
29 |
|
These are best handled respectively by the ambient calculation |
30 |
|
and the secondary source types in RADIANCE. |
31 |
|
.PP |
32 |
< |
The arguments to |
32 |
> |
If the |
33 |
> |
.I \-n |
34 |
> |
option is specified with a value greater than 1, multiple |
35 |
> |
.I rtrace(1) |
36 |
> |
processes will be used to accelerate computation on a shared |
37 |
> |
memory machine. |
38 |
> |
Note that there is no benefit to using more processes |
39 |
> |
than there are local CPUs available to do the work. |
40 |
> |
.PP |
41 |
> |
Remaining arguments to |
42 |
|
.I mkillum |
43 |
|
are passed directly to |
44 |
|
.I rtrace(1), |
193 |
|
as its alternate material. |
194 |
|
The default is |
195 |
|
.I l-. |
196 |
+ |
.SH EXAMPLES |
197 |
+ |
The following command generates illum's corresponding to geometry |
198 |
+ |
in the files "it1.rad" and "it2.rad": |
199 |
+ |
.IP "" .3i |
200 |
+ |
mkillum \-ab 2 \-ad 1024 \-av .1 .1 .1 basic.oct "<" it1.rad it2.rad > illums.rad |
201 |
+ |
.PP |
202 |
+ |
The output file "illums.rad" would then be combined with the original |
203 |
+ |
scene geometry to create a more easily rendered composite. |
204 |
|
.SH AUTHOR |
205 |
|
Greg Ward |
206 |
|
.SH ACKNOWLEDGEMENT |