4 |
|
bsdf2rad - create a RADIANCE visualization of a BSDF representation |
5 |
|
.SH SYNOPSIS |
6 |
|
.B bsdf2rad |
7 |
+ |
[ |
8 |
+ |
.B "\-r min max" |
9 |
+ |
] |
10 |
|
bsdf.xml |
11 |
|
.br |
12 |
|
or |
13 |
|
.br |
14 |
|
.B bsdf2rad |
15 |
+ |
[ |
16 |
+ |
.B "\-r min max" |
17 |
+ |
] |
18 |
|
hemi1.sir |
19 |
|
[ |
20 |
|
hemi2.sir .. |
76 |
|
Positive phi is read counter-clockwise from above, |
77 |
|
and a phi of 90 degrees (+Y) typically corresponds |
78 |
|
to a material's "up" orientation. |
79 |
+ |
.PP |
80 |
+ |
If an optional plotting range is given with the |
81 |
+ |
.I \-r |
82 |
+ |
option, this will override automatic settings from the BSDF input. |
83 |
+ |
This may be useful for comparing different BSDF sources. |
84 |
|
.SH EXAMPLE |
85 |
|
To view a BSDF XML representation: |
86 |
|
.IP "" .2i |
91 |
|
To render an SIR description of a BRDF: |
92 |
|
.IP "" .2i |
93 |
|
bsdf2rad front_refl.sir back_refl.sir > refl.rad |
94 |
+ |
.br |
95 |
|
oconv -f refl.rad | rpict -vf good.vf > refl_good.hdr |
96 |
|
.SH AUTHOR |
97 |
|
Greg Ward |
98 |
|
.SH "SEE ALSO" |
99 |
|
bsdf2klems(1), bsdf2ttree(1), genBSDF(1), |
100 |
< |
bsdfview(1), oconv(1), pabopto2bsdf(1), rad(1), rpict(1), rvu(1) |
100 |
> |
bsdfview(1), oconv(1), pabopto2bsdf(1), pabopto2xyz(1), rad(1), rpict(1), rvu(1) |