ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/bsdf2ttree.1
(Generate patch)

Comparing ray/doc/man/man1/bsdf2ttree.1 (file contents):
Revision 1.8 by greg, Mon May 18 20:08:57 2020 UTC vs.
Revision 1.9 by greg, Fri Nov 13 19:21:11 2020 UTC

# Line 18 | Line 18 | bsdf2ttree - generate XML tensor tree description of a
18   .B "\-s thresh"
19   ][
20   .B "\-l maxlobes"
21 < ]
22 < [
21 > ][
22   .B "bsdf.sir .."
23   ]
24   .br
# Line 109 | Line 108 | option may be used to specify the maximum number of lo
108   interpolated radial basis function.
109   The default value is 15000, which generally keeps the interpolation tractable.
110   Setting the value to 0 turns off this limit.
111 + Parameter options may be altered between input files, in case a different
112 + resolution or culling percentage is indicated for transmission versus
113 + reflection for example.
114   .PP
115   In the second invocation form,
116   .I bsdf2ttree
# Line 162 | Line 164 | Computing both incident hemispheres takes about twice
164   is recommended when rays will be impinging from either side.
165   .SH EXAMPLE
166   To take two components of an intermediate BSDF representation and create
167 < a high-resolution tensor tree with 85% culling:
167 > a high-resolution tensor tree with 85% culling on transmission and 95%
168 > culling on reflection:
169   .IP "" .2i
170 < bsdf2ttree -g 7 -t 85 transmitted.sir reflected.sir > combined.xml
170 > bsdf2ttree -g 7 -t 85 transmitted.sir -t 95 reflected.sir > combined.xml
171   .PP
172   To create a low-res BSDF corresponding to a one-sided,
173   isotropic Phong distribution:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines