21 |
|
][ |
22 |
|
.B "\-o ospec" |
23 |
|
][ |
24 |
+ |
.B "\-p p1=V1,p2=V2" |
25 |
+ |
][ |
26 |
|
.B "\-b binv" |
27 |
|
][ |
28 |
|
.B "\-bn nbins" |
173 |
|
option. |
174 |
|
Since bin numbers start from zero, the bin count is always equal to |
175 |
|
the last bin plus one. |
174 |
– |
Set the this value to zero if the bin count is unknown (the default). |
176 |
|
The most recent |
177 |
+ |
.I \-p, |
178 |
|
.I \-b, |
179 |
|
.I \-bn |
180 |
|
and |
204 |
|
arguments and files read using the |
205 |
|
.I \-f |
206 |
|
option. |
207 |
+ |
Additional parameter values that apply only to this modifier may be specified |
208 |
+ |
with a |
209 |
+ |
.I \-p |
210 |
+ |
option, which contains a list of variable names and assigned values, separated |
211 |
+ |
by commas or semicolons. |
212 |
|
The computed bin value will be |
213 |
|
rounded to the nearest whole number. |
214 |
+ |
(Negative bin values will be silently ignored.)\0 |
215 |
+ |
For a single bin, you may specify |
216 |
+ |
.I "\-b 0", |
217 |
+ |
which is the default. |
218 |
|
This mechanism allows the user to define precise regions or directions |
219 |
|
they wish to accumulate, such as the Tregenza sky discretization, |
220 |
|
which would be otherwise impossible to specify |
223 |
|
described in the |
224 |
|
.I rcalc(1) |
225 |
|
man page. |
226 |
< |
Unlike |
226 |
> |
Like |
227 |
|
.I rcalc, |
228 |
|
.I rcontrib |
229 |
|
will search the RADIANCE library directories for each file given in a |
298 |
|
.PP |
299 |
|
To compute an array of illuminance contributions according to a Tregenza sky: |
300 |
|
.IP "" .2i |
301 |
< |
rcontrib \-I+ \-b tbin \-o sky.dat \-m skyglow \-b 0 \-o ground.dat \-m groundglow |
302 |
< |
@render.opt \-f tregenza.cal scene.oct < test.dat |
301 |
> |
rcontrib \-I+ \-f tregenza.cal \-b tbin \-bn Ntbins \-o sky.dat \-m skyglow |
302 |
> |
\-b 0 \-o ground.dat \-m groundglow @render.opt scene.oct < test.dat |
303 |
|
.SH ENVIRONMENT |
304 |
|
RAYPATH path to search for \-f and \-M files |
305 |
|
.SH AUTHOR |