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.1 by greg, Tue Mar 11 19:20:21 2003 UTC vs.
Revision 1.6 by greg, Tue Mar 11 02:21:46 2008 UTC

# Line 1 | Line 1
1 < .\" RCSid "$Id"
1 > .\" RCSid "$Id$"
2   .TH VWRIGHT 1 8/29/96 RADIANCE
3   .SH NAME
4   vwright - normalize a RADIANCE view, shift it to the right
# Line 31 | Line 31 | For a given prefix
31   the constant names are as follows:
32   .sp
33   .nf
34 < Nt:     view type ('v'==1,'l'==2,'a'==3,'h'==4,'c'==5)
34 > Nt:     view type ('v'==1,'l'==2,'a'==3,'h'==4,'c'==5,'s'==6)
35   Npx:    view point x value
36   Npy:    view point y value
37   Npz:    view point z value
38   Ndx:    view direction x value (normalized)
39   Ndy:    view direction y value (normalized)
40   Ndz:    view direction z value (normalized)
41 + Nd:     view focal distance
42   Nux:    view up vector x value (normalized)
43   Nuy:    view up vector y value (normalized)
44   Nuz:    view up vector z value (normalized)
# Line 68 | Line 69 | To move the
69   view named "left" 2.5 inches to the right
70   and render from there:
71   .IP "" .2i
72 < rad -v "right `rad -n -s -V -v left examp.rif | vwright 2.5`" examp.rif &
72 > rad \-v "right `rad \-n \-s \-V \-v left examp.rif | vwright 2.5`" examp.rif &
73   .PP
74   To pass a view to
75   .I rcalc
76   for conversion to some other view:
77   .IP "" .2i
78 < rcalc -n -e `vwright orig < orig.vf` -f viewmod.cal -o view.fmt > new.vf
78 > rcalc \-n \-e `vwright orig < orig.vf` \-f viewmod.cal \-o view.fmt > new.vf
79   .SH AUTHOR
80   Greg Ward
81   .SH "SEE ALSO"
82 < pdfblur(1), rad(1), rcalc(1), rpict(1), rview(1)
82 > pdfblur(1), rad(1), rcalc(1), rpict(1), rvu(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines