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

Comparing ray/doc/man/man1/ranimove.1 (file contents):
Revision 1.5 by greg, Tue Sep 4 17:36:41 2007 UTC vs.
Revision 1.8 by greg, Fri Sep 28 22:20:49 2012 UTC

# Line 192 | Line 192 | The first is the name of a parent move object, or "voi
192   If given, the object's transformation will be prepended to that
193   of its parent.
194   The second argument is the name of this object, which will be used
195 < to name surfaces it contains, and as a modifier for any child objects
196 < that reference it.
195 > to name surfaces it contains, and as a parent identifier for any child
196 > objects that reference it.
197   The third argument is the transformation string or file for this object.
198   If this argument is enclosed in quotes and begins with a hyphen
199   ('-'), then it will be interpreted as a
# Line 215 | Line 215 | appended to the command, and its output will be passed
215   the input of
216   .I xform
217   for each frame.
218 < An optinal fifth argument
218 > An optional fifth argument
219   specifies the rendering priority for this object.
220 < Values greater than 1 will result in preferential rendering of
220 > Values greater than 1.0 will result in preferential rendering of
221   this object over other portions of the image when it appears in a frame.
222 < Values less than 1 will cause the rendering to neglect this object in
222 > Values less than 1.0 will cause the rendering to neglect this object in
223   favor of other parts of the image.
224   A value of 3.0 can be interpreted as saying the viewer is three times more
225   likely to look at this object than the background.
226   A file may be given rather than a floating point value, and this file must
227 < contain one floating point number per line, corresponding to frames in the
228 < animation.
227 > contain one floating point number per line, corresponding to priorities
228 > for frames in the animation.
229   .TP
230   .BR VIEWFILE
231   This variable names a file from which
# Line 269 | Line 269 | The base output file name for the final frames.
269   This string should contain a
270   .I printf(3)
271   style integer field to distinguish one frame number from another.
272 < The final frames will use this name with a ".pic" suffix.
272 > The final frames will use this name with a ".hdr" suffix.
273   The default value is "frame%03d".
274   .TP
275   .BR MBLUR
# Line 328 | Line 328 | manual page for a list of valid options.
328   (The
329   .I \-f
330   option is specified by default.)\0
331 + .TP
332 + .BR ZNAME
333 + The base file name for the depth buffer output frames.
334 + This string should contain a
335 + .I printf(3)
336 + style integer field to distinguish one frame number from another.
337 + The final frames will use this name with a ".zbf" suffix.
338 + This is intended for debugging purposes, and is not useful in
339 + most circumstances.
340 + There is no default setting for this variable.
341 + .TP
342 + .BR MNAME
343 + The base file name for the motion vector output frames.
344 + This string should contain a
345 + .I printf(3)
346 + style integer field to distinguish one frame number from another.
347 + The final frames will use this name with a ".mvo" suffix.
348 + This is mostly for debugging and special applications,
349 + and not intended for normal use.
350 + The file will contain 3 16-bit unsigned values per pixel.
351 + The first two are the x and y offsets from the previous frame, with
352 + an offset of 32768.
353 + The third value is 0 if the previous frame's pixel was on a
354 + different object, and 32768 if it was on the same object.
355 + There is no default setting for this variable.
356   .SH EXAMPLES
357   A minimal input file for
358   .I ranimove
# Line 383 | Line 408 | Note the use of abbreviation for variable names.
408   .SH AUTHOR
409   Greg Ward
410   .SH "SEE ALSO"
411 < fieldcomb(1), oconv(1), pfilt(1), pinterp(1), rad(1),
411 > fieldcomb(1), oconv(1), pfilt(1), pinterp(1), pvalue(1), rad(1),
412   ran2tiff(1), ranimate(1), rpict(1), xform(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines