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

Comparing ray/doc/man/man1/bsdf2klems.1 (file contents):
Revision 1.4 by greg, Wed Mar 12 21:15:31 2014 UTC vs.
Revision 1.8 by greg, Thu Feb 25 04:48:19 2021 UTC

# Line 87 | Line 87 | and output patch to improve accuracy.
87   The number of samples to take for each input-output patch pair may
88   be controlled using the
89   .I \-n
90 < option, which defaults to 256.
90 > option, which defaults to 1024.
91   .PP
92   The first invocation form takes a intermediate scattering representation
93   as produced by
# Line 133 | Line 133 | and
133   options, and should obey both Helmholtz reciprocity and
134   integrate to less than 1 over each projected incident hemisphere
135   for energy conservation.
136 + The variable and function definitions in each
137 + .I \-f source
138 + file are read and compiled from the RADIANCE library where it is found.
139   .PP
140   Similar to the
141   .I genBSDF(1)
# Line 163 | Line 166 | To create a low-res BSDF corresponding to a one-sided,
166   isotropic Phong distribution:
167   .IP "" .2i
168   bsdf2klems -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
169 + .SH ENVIRONMENT
170 + RAYPATH         the directories to check for auxiliary files.
171   .SH AUTHOR
172   Greg Ward
173   .SH "SEE ALSO"
174   bsdf2ttree(1), dctimestep(1), icalc(1), gendaymtx(1), genklemsamp(1),
175 < genskyvec(1), mkillum(1), genBSDF(1), pkgBSDF(1), rcontrib(1), rtrace(1)
175 > genskyvec(1), mkillum(1), genBSDF(1), pabopto2bsdf(1), pabopto2xyz(1),
176 > pkgBSDF(1), rcontrib(1), rfluxmtx(1), rmtxop(1), wrapBSDF(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines