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.7 by greg, Fri Sep 28 02:26:59 2012 UTC vs.
Revision 1.8 by greg, Fri Sep 28 22:20:49 2012 UTC

# 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