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

Comparing ray/doc/man/man1/xform.1 (file contents):
Revision 1.1 by greg, Tue Mar 11 19:20:21 2003 UTC vs.
Revision 1.5 by greg, Mon Jun 29 00:32:51 2015 UTC

# Line 1 | Line 1
1 < .\" RCSid "$Id"
1 > .\" RCSid "$Id$"
2   .TH XFORM 1 6/4/99 RADIANCE
3   .SH NAME
4   xform - transform a RADIANCE scene description
# Line 59 | Line 59 | by inserting each line of the file at the
59   current point in the command argument list.
60   Each line in the file will result in a logically separate invocation of
61   .I xform,
62 < and may may contain any valid
62 > and may contain any valid
63   .I xform
64   arguments, including nested
65   .I \-f
# Line 167 | Line 167 | each preceded by an array count.
167   To rotate ``book'' 30 degrees about the x axis then
168   move 20 in y, prepending the name book1:
169   .IP "" .2i
170 < xform -n book1 -rx 30 -t 0 20 0 book > book1
170 > xform \-n book1 \-rx 30 \-t 0 20 0 book > book1
171   .PP
172   To expand all commands and see what information is actually used by RADIANCE:
173   .IP "" .2i
# Line 176 | Line 176 | xform scene | more
176   To create a two-dimensional array of 20 lights, after an initial rotation
177   and followed by a global translation (no command expansion):
178   .IP "" .2i
179 < xform -c -rz 90 -a 5 -t 2 0 0 -a 4 -t 0 1.5 0 -i 1 -t 0 0 10 light
179 > xform \-c \-rz 90 \-a 5 \-t 2 0 0 \-a 4 \-t 0 1.5 0 \-i 1 \-t 0 0 10 light
180   .SH ENVIRONMENT
181   RAYPATH         path to search for scene files
182   .SH AUTHOR
# Line 184 | Line 184 | Greg Ward
184   .SH BUGS
185   Only regular (distortion-free) transformations are allowed.
186   .SH "SEE ALSO"
187 < genbox(1), gensurf(1), oconv(1), replmarks(1), rpict(1), rview(1)
187 > genbox(1), gensurf(1), oconv(1), replmarks(1), rpict(1), rvu(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines