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

Comparing ray/doc/man/man1/rad.1 (file contents):
Revision 1.7 by greg, Mon Nov 10 19:08:17 2008 UTC vs.
Revision 1.11 by greg, Tue May 26 10:00:46 2015 UTC

# Line 7 | Line 7 | rad - render a RADIANCE scene
7   [
8   .B \-s
9   ][
10 < .B "-n|-N npr"
10 > .B "-n | -N npr"
11   ][
12   .B \-t
13   ][
# Line 439 | Line 439 | For a space with penetrating sunlight casting bright p
439   few places, it should be set to HIGH.
440   The default value is "L".
441   .TP
442 + .BR PGMAP
443 + This variable designates a global photon map to be generated by
444 + .I mkpmap(1)
445 + and used to accelerate rendering.
446 + The file name must be followed by the number of photons to be stored
447 + in the map, and this number may be followed by a bandwidth for rendering.
448 + There is no default value, meaning that a global photon map will not
449 + normally be created.
450 + .TP
451 + .BR PCMAP
452 + This variable designates a caustic photon map to be generated by
453 + .I mkpmap(1)
454 + and used during renderings to model light transmission by reflecting
455 + and refracting surfaces.
456 + The file name must be followed by the number of photons to be stored
457 + in the map, and this number may be followed by a bandwidth for rendering.
458 + There is no default value, meaning that a caustic photon map will not
459 + normally be created.
460 + .TP
461   .BR OPTFILE
462   This is the name of a file in which
463   .I rad
# Line 472 | Line 491 | There is no default value for this variable.
491   .BR oconv
492   This variable may be used to specify special options to
493   .I oconv.
494 + If the first word of the first instance of this variable is not an option,
495 + it will be used in place of the default command path, "oconv".
496   See the
497   .I oconv(1)
498   manual page for a list of valid options.
# Line 479 | Line 500 | manual page for a list of valid options.
500   .BR mkillum
501   This variable may be used to specify additional options to
502   .I mkillum.
503 + If the first word of the first instance of this variable is not an option,
504 + it will be used in place of the default command path, "mkillum".
505   See the
506   .I rtrace(1)
507   manual page for a list of valid options.
508   .TP
509 + .BR mkpmap
510 + This variable may be used to specify additional options to
511 + .I mkpmap.
512 + If the first word of the first instance of this variable is not an option,
513 + it will be used in place of the default command path, "mkpmap".
514 + See the
515 + .I mkpmap(1)
516 + manual page for a list of valid options.
517 + .TP
518   .BR render
519   This variable may be used to specify additional options to
520   .I rpict
# Line 492 | Line 524 | These options will appear after the options set automa
524   .I rad,
525   and thus will override the default values.
526   .TP
527 + .BR rpict
528 + This variable may be used to specify overriding options specific to
529 + .I rpict.
530 + If the first word of the first instance of this variable is not an option,
531 + it will be used in place of the default command path, "rpict".
532 + See the
533 + .I rpict(1)
534 + man page for a list of valid options.
535 + .TP
536 + .BR rvu
537 + This variable may be used to specify overriding options specific to
538 + .I rvu.
539 + If the first word of the first instance of this variable is not an option,
540 + it will be used in place of the default command path, "rvu".
541 + See the
542 + .I rvu(1)
543 + man page for a list of valid options.
544 + .TP
545   .BR pfilt
546   This variable may be used to specify additional options to
547   .I pfilt.
548 + If the first word of the first instance of this variable is not an option,
549 + it will be used in place of the default command path, "pfilt".
550   See the
551   .I pfilt(1)
552   manual page for details.
# Line 555 | Line 607 | rad \-V \-v Zl \-n \-s sample.rif > plan.vf    # make a p
607   rad \-t sample.rif              # update files after minor change to input
608   .br
609   rad \-s sample.rif &            # execute silently in the background
610 + .br
611 + rad \-N 2 sample.rif    # render views using two parallel rpict calls
612 + .br
613 + rad \-N 4 -v 1 sample.rif       # render first view with four rpiece calls
614   .PP
615   If we decide that the default values
616   .I rad
# Line 616 | Line 672 | $(PICTURE)_$(view).unf Unfinished output of
672   .SH AUTHOR
673   Greg Ward
674   .SH BUGS
675 + You cannot run more than one
676 + .I rad
677 + process at a time on the same input file,
678 + as the second process will attempt to recover the output files
679 + of the first process, damaging the results.
680 + The exceptions to this are running interactively via the
681 + .I \-o
682 + option, or rendering different views using the
683 + .I \-v
684 + option.
685 + .PP
686   Incremental building of octrees is not supported as it would add
687   considerable complexity to
688   .I rad.
# Line 652 | Line 719 | accurately determine the ambient value for
719   The use of upper and lower case naming for the standard views may be
720   problematic on systems that don't distinguish case in filenames.
721   .SH "SEE ALSO"
722 < glrad(1), make(1), mkillum(1), objview(1), oconv(1),
722 > glrad(1), make(1), mkillum(1), mkpmap(1), objview(1), oconv(1),
723   pfilt(1), raddepend(1), ranimate(1),
724 < rholo(1), rpict(1), rtrace(1), rvu(1), touch(1), vgaimage(1), ximage(1)
724 > rholo(1), rpict(1), rpiece(1), rtrace(1), rvu(1),
725 > touch(1), vgaimage(1), ximage(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines