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.7 by greg, Fri May 4 23:56:49 2018 UTC

# Line 118 | Line 118 | and
118   options, and should obey both Helmholtz reciprocity and
119   integrate to less than 1 over each projected incident hemisphere
120   for energy conservation.
121 + The variable and function definitions in each
122 + .I \-f source
123 + file are read and compiled from the RADIANCE library where it is found.
124   If the
125   .I \-t3
126   option is specified, the defined function is assumed to be isotropic.
# Line 150 | Line 153 | To create a low-res BSDF corresponding to a one-sided,
153   isotropic Phong distribution:
154   .IP "" .2i
155   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
156 + .SH ENVIRONMENT
157 + RAYPATH         the directories to check for auxiliary files.
158   .SH AUTHOR
159   Greg Ward
160   .SH "SEE ALSO"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines