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 |
35 |
> |
ray tracing processes will be used to accelerate computation on a shared |
36 |
|
memory machine. |
37 |
|
Note that there is no benefit to using more processes |
38 |
|
than there are local CPUs available to do the work. |
39 |
|
.PP |
40 |
|
Remaining arguments to |
41 |
|
.I mkillum |
42 |
< |
are passed directly to |
42 |
> |
are interpreted as rendering options for |
43 |
|
.I rtrace(1), |
44 |
< |
which is used to compute the light distributions for the input surfaces. |
44 |
> |
to compute the light distributions for the input surfaces. |
45 |
|
These surfaces can be any combination of polygons, spheres and rings. |
46 |
|
Other surfaces may be included, but |
47 |
|
.I mkillum |
56 |
|
(Note that this character must be escaped from most shells.) |
57 |
|
This is necessary so |
58 |
|
.I mkillum |
59 |
< |
can tell where the arguments to |
61 |
< |
.I rtrace(1) |
59 |
> |
can tell where the rendering arguments |
60 |
|
end and its own input files begin. |
61 |
|
.SH VARIABLES |
62 |
|
.I Mkillum |
137 |
|
.TP |
138 |
|
.BR n |
139 |
|
Do not produce any secondary sources. |
140 |
< |
All input will be passed to the output unaffected. |
140 |
> |
All input will be passed to the output unaffected, except any |
141 |
> |
void surfaces will be removed. |
142 |
|
.TP |
143 |
|
.BI b =real |
144 |
|
Do not produce a secondary source for a surface if its average |
200 |
|
.PP |
201 |
|
The output file "illums.rad" would then be combined with the original |
202 |
|
scene geometry to create a more easily rendered composite. |
203 |
+ |
.SH ENVIRONMENT |
204 |
+ |
RAYPATH the directories to check for auxiliary files. |
205 |
|
.SH AUTHOR |
206 |
|
Greg Ward |
207 |
|
.SH ACKNOWLEDGEMENT |
208 |
|
Work on this program was initiated and sponsored by the LESO |
209 |
|
group at EPFL in Switzerland. |
210 |
|
.SH "SEE ALSO" |
211 |
< |
oconv(1), rad(1), rpict(1), rtrace(1), rvu(1) |
211 |
> |
genBSDF(1), oconv(1), rad(1), rpict(1), rtrace(1), rvu(1) |