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

Comparing ray/doc/man/man1/vwright.1 (file contents):
Revision 1.6 by greg, Tue Mar 11 02:21:46 2008 UTC vs.
Revision 1.8 by greg, Sun Jun 14 00:33:15 2009 UTC

# Line 4 | Line 4
4   vwright - normalize a RADIANCE view, shift it to the right
5   .SH SYNOPSIS
6   .B vwright
7 + .B "[ view options ]"
8   .B distance
9   .br
10   .B vwright
11   .B name
12   .SH DESCRIPTION
13   .I Vwright
14 < shifts a RADIANCE view from a picture or view file given on the standard input
14 > shifts a RADIANCE view
15   the specified distance to the right, putting out a complete set of
16   view parameters in a single line on the standard output.
17   This utility is most often used to compute a right-eyed view from
18   a left-eye view for stereo imaging.
19   .PP
20 + If no options are specified on the command line,
21 + .I vwright
22 + reads a view from its standard input.
23 + .PP
24   The
25   .I distance
26   given is in world coordinate units.
# Line 62 | Line 67 | To start
67   .I rpict(1)
68   on a view .06 meters left of the view in the file "right.vf":
69   .IP "" .2i
70 < rpict `vwright -.06 < right.vf` scene.oct > right.pic &
70 > rpict `vwright -.06 < right.vf` scene.oct > right.hdr &
71   .PP
72   To move the
73   .I rad(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines