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

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

# Line 1 | Line 1
1 < .\" RCSid "$Id"
1 > .\" RCSid "$Id$"
2   .TH OBJLINE 1 10/27/95 RADIANCE
3   .SH NAME
4   objline - create metafile line drawings of RADIANCE object(s)
# Line 31 | Line 31 | is read.
31   To create a line drawing of the RADIANCE file "myfile.rad" and
32   display under X11:
33   .IP "" .2i
34 < objline myfile.rad | x11meta -r &
34 > objline myfile.rad | x11meta \-r &
35   .PP
36   To create a line drawing of three objects in different colors
37   and send to the printer:
# Line 41 | Line 41 | objline obj1.rad obj2.rad obj3.rad | psmeta | lpr
41   To create a line drawing of a room and convert into a 1024x1024 RADIANCE
42   picture:
43   .IP "" .2i
44 < objline room.rad | meta2tga -x 1024 -y 1024 | ra_t8 -r > drawing.pic
44 > objline room.rad | meta2tga \-x 1024 \-y 1024 | ra_t8 \-r > drawing.pic
45   .SH AUTHOR
46   Greg Ward
47   .SH "SEE ALSO"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines