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

Comparing ray/doc/man/man1/genBSDF.1 (file contents):
Revision 1.3 by greg, Mon Feb 21 22:48:50 2011 UTC vs.
Revision 1.5 by greg, Fri May 6 23:58:09 2011 UTC

# Line 9 | Line 9 | genBSDF - generate BSDF description from Radiance or M
9   ][
10   .B "\-n Nproc"
11   ][
12 + .B "\-r 'rtcontrib opts...'"
13 + ][
14   .B "{+|-}forward"
15   ][
16   .B "{+|-}backward"
# Line 79 | Line 81 | option, which specifies the number of simultaneous
81   .I rtrace(1)
82   processes to run in
83   .I rtcontrib(1).
84 + The
85 + .I \-r
86 + option may be used to specify a set of quoted arguments to be
87 + included on the
88 + .I rtcontrib
89 + command line.
90   .SH EXAMPLE
91   To create a BSDF description including geometry from a set of venetian blinds:
92   .IP "" .2i
93   genblinds blind_white blind1 .07 3 1.5 30 40 | xform -rz -90 -rx 90 > blind1.rad
94   .br
95 < genBSDF blind_white.mat glazing.rad blind1.rad > blind1.xml
88 < .SH NOTES
89 < Currently,
90 < .I genBSDF
91 < computes only the forward visible transmitted component,
92 < though the XML specification provides for front and back
93 < transmission and reflection as well.
95 > genBSDF -r @rtc.opt blind_white.mat glazing.rad blind1.rad > blind1.xml
96   .SH AUTHOR
97   Greg Ward
98   .SH "SEE ALSO"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines