--- ray/doc/man/man1/replmarks.1 2003/12/09 15:59:06 1.2 +++ ray/doc/man/man1/replmarks.1 2007/09/04 17:36:41 1.5 @@ -1,4 +1,4 @@ -.\" RCSid "$Id: replmarks.1,v 1.2 2003/12/09 15:59:06 greg Exp $" +.\" RCSid "$Id: replmarks.1,v 1.5 2007/09/04 17:36:41 greg Exp $" .TH REPLMARKS 1 3/24/94 RADIANCE .SH NAME replmarks - replace triangular markers in a RADIANCE scene description @@ -15,6 +15,8 @@ replmarks - replace triangular markers in a RADIANCE s .B "\-x objfile" | .B "\-i octree" +| +.B "\-I mesh" } .B "modname .." [ @@ -37,7 +39,12 @@ The .I \-i option indicates that each marker should be replaced by an instance of .I octree. -One of these two options must appear on the command line, along with +The +.I \-I +option indicates that each marker should be replaced by an instance of +the Radiance mesh +.I mesh. +One of these three options must appear on the command line, along with .I modname, the modifier used by markers in the file. .PP @@ -103,12 +110,12 @@ is given, the standard input is read. To replace all polygons with the modifier ``knobs'' in the file input with a transformed ``knob.rad'' and write the result to output: .IP "" .2i -replmarks -x knob.rad knobs input > output +replmarks \-x knob.rad knobs input > output .PP To use instances of ``tree.oct'' with scaling set to three times the tree marker length: .IP "" .2i -replmarks -s 3 -i tree.oct tree input > output +replmarks \-s 3 \-i tree.oct tree input > output .SH AUTHOR Greg Ward .SH "SEE ALSO"