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

Comparing ray/doc/man/man1/replmarks.1 (file contents):
Revision 1.1 by greg, Tue Mar 11 19:20:21 2003 UTC vs.
Revision 1.5 by greg, Tue Sep 4 17:36:41 2007 UTC

# Line 1 | Line 1
1 < .\" RCSid "$Id"
1 > .\" RCSid "$Id$"
2   .TH REPLMARKS 1 3/24/94 RADIANCE
3   .SH NAME
4   replmarks - replace triangular markers in a RADIANCE scene description
# Line 15 | Line 15 | replmarks - replace triangular markers in a RADIANCE s
15   .B "\-x objfile"
16   |
17   .B "\-i octree"
18 + |
19 + .B "\-I mesh"
20   }
21   .B "modname .."
22   [
# Line 37 | Line 39 | The
39   .I \-i
40   option indicates that each marker should be replaced by an instance of
41   .I octree.
42 < One of these two options must appear on the command line, along with
42 > The
43 > .I \-I
44 > option indicates that each marker should be replaced by an instance of
45 > the Radiance mesh
46 > .I mesh.
47 > One of these three options must appear on the command line, along with
48   .I modname,
49   the modifier used by markers in the file.
50   .PP
# Line 103 | Line 110 | is given, the standard input is read.
110   To replace all polygons with the modifier ``knobs'' in the file input
111   with a transformed ``knob.rad'' and write the result to output:
112   .IP "" .2i
113 < replmarks -x knob.rad knobs input > output
113 > replmarks \-x knob.rad knobs input > output
114   .PP
115   To use instances of ``tree.oct'' with scaling set to three times the
116   tree marker length:
117   .IP "" .2i
118 < replmarks -s 3 -i tree.oct tree input > output
118 > replmarks \-s 3 \-i tree.oct tree input > output
119   .SH AUTHOR
120   Greg Ward
121   .SH "SEE ALSO"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines