16 |
|
.B "\-o ospec" |
17 |
|
][ |
18 |
|
.B "\-b binv" |
19 |
+ |
][ |
20 |
+ |
.B "\-bn nbins" |
21 |
|
] |
22 |
|
{ |
23 |
|
.B "\-m mod | \-M file" |
87 |
|
specification if present. |
88 |
|
The actual bin number is computed at run time based on ray direction |
89 |
|
and surface intersection, as described below. |
90 |
+ |
If the number of bins is known in advance, it should be specified with the |
91 |
+ |
.I \-bn |
92 |
+ |
option, especially for output files containing multiple bins. |
93 |
+ |
Set this to 0 if the number of bins is unknown (the default). |
94 |
|
The most recent |
95 |
< |
.I \-b |
95 |
> |
.I \-b, |
96 |
> |
.I \-bn |
97 |
|
and |
98 |
|
.I \-o |
99 |
|
options to the left of each |
211 |
|
.PP |
212 |
|
To compute an array of illuminance contributions according to a Tregenza sky: |
213 |
|
.IP "" .2i |
214 |
< |
rtcontrib -b tbin -o sky.dat -m skyglow -b 0 -o ground.dat -m groundglow |
214 |
> |
rtcontrib -I+ -b tbin -o sky.dat -m skyglow -b 0 -o ground.dat -m groundglow |
215 |
|
@render.opt -f tregenza.cal scene.oct < test.dat |
216 |
|
.SH ENVIRONMENT |
217 |
|
RAYPATH path to search for -f and -M files |