--- ray/doc/man/man1/vwright.1 2003/03/11 19:20:21 1.1 +++ ray/doc/man/man1/vwright.1 2008/03/11 02:21:46 1.6 @@ -1,4 +1,4 @@ -.\" RCSid "$Id" +.\" RCSid "$Id: vwright.1,v 1.6 2008/03/11 02:21:46 greg Exp $" .TH VWRIGHT 1 8/29/96 RADIANCE .SH NAME vwright - normalize a RADIANCE view, shift it to the right @@ -31,13 +31,14 @@ For a given prefix the constant names are as follows: .sp .nf -Nt: view type ('v'==1,'l'==2,'a'==3,'h'==4,'c'==5) +Nt: view type ('v'==1,'l'==2,'a'==3,'h'==4,'c'==5,'s'==6) Npx: view point x value Npy: view point y value Npz: view point z value Ndx: view direction x value (normalized) Ndy: view direction y value (normalized) Ndz: view direction z value (normalized) +Nd: view focal distance Nux: view up vector x value (normalized) Nuy: view up vector y value (normalized) Nuz: view up vector z value (normalized) @@ -68,14 +69,14 @@ To move the view named "left" 2.5 inches to the right and render from there: .IP "" .2i -rad -v "right `rad -n -s -V -v left examp.rif | vwright 2.5`" examp.rif & +rad \-v "right `rad \-n \-s \-V \-v left examp.rif | vwright 2.5`" examp.rif & .PP To pass a view to .I rcalc for conversion to some other view: .IP "" .2i -rcalc -n -e `vwright orig < orig.vf` -f viewmod.cal -o view.fmt > new.vf +rcalc \-n \-e `vwright orig < orig.vf` \-f viewmod.cal \-o view.fmt > new.vf .SH AUTHOR Greg Ward .SH "SEE ALSO" -pdfblur(1), rad(1), rcalc(1), rpict(1), rview(1) +pdfblur(1), rad(1), rcalc(1), rpict(1), rvu(1)