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

Comparing ray/doc/man/man1/rhpict.1 (file contents):
Revision 1.2 by greg, Tue Dec 9 15:59:06 2003 UTC vs.
Revision 1.6 by greg, Mon Nov 10 19:08:17 2008 UTC

# Line 84 | Line 84 | A cylindrical panorma may be selected by setting
84   to the letter 'c'.
85   This view is like a standard perspective vertically, but projected
86   on a cylinder horizontally (like a soupcan's-eye view).
87 < Two fisheye views are provided as well; 'h' yields a hemispherical fisheye
88 < view and 'a' results in angular fisheye distortion.
87 > Three fisheye views are provided as well; 'h' yields a hemispherical fisheye
88 > view, 'a' results in angular fisheye distortion, and 's'
89 > results in a planisphere (stereographic) projection.
90   A hemispherical fisheye is a projection of the hemisphere onto a circle.
91   The maximum view angle for this type is 180 degrees.
92   An angular fisheye view is defined such that distance from the center of
93   the image is proportional to the angle from the central view direction.
94   An angular fisheye can display a full 360 degrees.
95 + A planisphere fisheye view maintains angular relationships between lines,
96 + and is commonly used for sun path analysis.
97 + This is more commonly known as a
98 + "stereographic projection," but we avoid the term here so as not to
99 + confuse it with a stereoscopic pair.
100 + A planisphere fisheye can display up to (but not including) 360 degrees,
101 + although distortion becomes extreme as this limit is approached.
102   Note that there is no space between the view type
103   option and its single letter argument.
104   .TP
# Line 163 | Line 171 | This is option is useful for generating skewed perspec
171   rendering an image a piece at a time.
172   A value of 1 means that the rendered image starts just to the right of
173   the normal view.
174 < A value of -1 would be to the left.
174 > A value of \-1 would be to the left.
175   Larger or fractional values are permitted as well.
176   .TP
177   .BI -vl \ val
# Line 177 | Line 185 | option.
185   .BI -vf \ file
186   Get view parameters from
187   .I file,
188 < which may be a picture or a file created by rview (with the "view" command).
188 > which may be a picture or a file created by rvu (with the "view" command).
189   .TP
190   .BI -S \ seqstart
191   Instead of generating a single picture based only on the view
# Line 213 | Line 221 | the current frame number.
221   .BR \-w
222   Turn off warning messages.
223   .SH EXAMPLE
224 < rhpict -vp 10 5 3 -vd 1 -.5 0 scene.hdk > scene.pic
224 > rhpict \-vp 10 5 3 \-vd 1 \-.5 0 scene.hdk > scene.hdr
225   .PP
226 < rpict -S 1 -o frame%02d.pic scene.hdk < keyframes.vf
226 > rpict \-S 1 \-o frame%02d.hdr scene.hdk < keyframes.vf
227   .SH AUTHOR
228   Greg Ward
229   .SH "SEE ALSO"
230   getinfo(1), pfilt(1), pinterp(1),
231 < printf(3), ra_rgbe(1), rholo(1), rpict(1), rview(1)
231 > printf(3), ra_rgbe(1), rholo(1), rpict(1), rvu(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines