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.6 by greg, Wed May 31 17:25:21 2017 UTC vs.
Revision 1.8 by greg, Mon May 18 20:08:57 2020 UTC

# Line 13 | Line 13 | bsdf2ttree - generate XML tensor tree description of a
13   ][
14   .B "\-t pctcull"
15   ][
16 + .B "\-n nss"
17 + ][
18 + .B "\-s thresh"
19 + ][
20   .B "\-l maxlobes"
21   ]
22   [
# Line 32 | Line 36 | or
36   ][
37   .B "\-t pctcull"
38   ][
39 + .B "\-n nss"
40 + ][
41 + .B "\-s thresh"
42 + ][
43   .B "{+|-}forward"
44   ][
45   .B "{+|-}backward"
# Line 77 | Line 85 | option, which defaults to 90.
85   Setting this parameter to -1 turns culling off entirely, which may be
86   useful for comparisons.
87   .PP
88 + The
89 + .I \-n
90 + option controls the number of super-samples to send in patches whose
91 + difference to its neighbors exceeds some threshold.
92 + The default number of super-samples is 256.
93 + The difference threshold for super-sampling is controlled by the
94 + .I \-s
95 + option, and defaults to 0.35.
96 + .PP
97   The first invocation form takes a intermediate scattering representation
98   as produced by
99   .I pabopto2bsdf(1)
# Line 118 | Line 135 | and
135   options, and should obey both Helmholtz reciprocity and
136   integrate to less than 1 over each projected incident hemisphere
137   for energy conservation.
138 + The variable and function definitions in each
139 + .I \-f source
140 + file are read and compiled from the RADIANCE library where it is found.
141   If the
142   .I \-t3
143   option is specified, the defined function is assumed to be isotropic.
# Line 150 | Line 170 | To create a low-res BSDF corresponding to a one-sided,
170   isotropic Phong distribution:
171   .IP "" .2i
172   bsdf2ttree -g 5 -t3 -e 'phong(ix,iy,iz,ox,oy,oz) = if(iz, .1+((iz+oz)/sqrt((ix+ox)^2+(iy+oy)^2+(iz+oz)^2))^50, 0)' phong > phong.xml
173 + .SH ENVIRONMENT
174 + RAYPATH         the directories to check for auxiliary files.
175   .SH AUTHOR
176   Greg Ward
177   .SH "SEE ALSO"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines