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.2 by greg, Fri Aug 2 20:56:19 2013 UTC vs.
Revision 1.3 by greg, Thu Sep 26 17:05:00 2013 UTC

# Line 7 | Line 7 | bsdf2ttree - generate XML tensor tree description of a
7   [
8   .B "\-g Nlog2"
9   ][
10 < .B "\-t pctcull
10 > .B "\-t pctcull"
11 > ][
12 > .B "\-l maxlobes"
13   ]
14   [
15   .B "bsdf.sir .."
# Line 20 | Line 22 | or
22   [
23   .B "\-g Nlog2"
24   ][
25 < .B "\-t pctcull
25 > .B "\-t pctcull"
26   ][
27   .B "{+|-}forward"
28   ][
29   .B "{+|-}backward"
30   ][
31 < .B "\-e expr
31 > .B "\-e expr"
32   ][
33 < .B "\-f file
33 > .B "\-f file"
34   ]
35   .B bsdf_func
36   .SH DESCRIPTION
# Line 64 | Line 66 | Each intermediate scattering file contains one of
66   the four components, and if the first component
67   is isotropic, all components must be isotropic.
68   A similar rule holds for anisotropic inputs.
69 + The
70 + .I \-l
71 + option may be used to specify the maximum number of lobes in any
72 + interpolated radial basis function.
73 + The default value is 15000, which generally keeps the interpolation tractable.
74 + Setting the value to 0 turns off this limit.
75   .PP
76   In the second invocation form,
77   .I bsdf2ttree

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines