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.5 by greg, Fri Feb 20 18:26:08 2015 UTC vs.
Revision 1.6 by greg, Fri May 4 23:56:49 2018 UTC

# 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"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines