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

Comparing ray/doc/man/man1/rpict.1 (file contents):
Revision 1.28 by greg, Wed Oct 19 21:25:20 2022 UTC vs.
Revision 1.30 by greg, Wed Nov 15 19:21:54 2023 UTC

# Line 271 | Line 271 | to use a very small fraction with the
271   .I \-pd
272   option, to avoid the ghosting effect of too few samples.
273   .TP
274 + .BI -pc " xr yr xg yg xb yb xw yw"
275 + Use the specified chromaticity pairs for output primaries and white
276 + point rather than the standard RGB color space.
277 + .TP
278 + .BR \-pRGB
279 + Output standard RGB values (the default).
280 + .TP
281 + .BR \-pXYZ
282 + Output standard CIE XYZ tristimulus values rather than RGB.
283 + .TP
284   .BI -dj \ frac
285   Set the direct jittering to
286   .I frac.
# Line 698 | Line 708 | Otherwise, Russian roulette is used to
708   continue rays with a probability equal to the ray weight
709   divided by the given
710   .I frac.
711 + .TP
712 + .BI -cs \ Ns
713 + Use
714 + .I Ns
715 + bands for spectral sampling rather than the default RGB calculation space.
716 + The maximum setting is controlled by the compiler macro MAXCSAMP, and
717 + defaults to 24.
718 + Larger values for Ns will be reduced to MAXCSAMP.
719 + .TP
720 + .BI -cw " nmA nmB"
721 + Set extrema to the given wavelengths for spectral sampling.
722 + The default is 380 and 780 nanometers.
723 + The order specified does not matter.
724   .TP
725   .BI -S \ seqstart
726   Instead of generating a single picture based only on the view

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines