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

Comparing ray/doc/man/man1/rtcontrib.1 (file contents):
Revision 1.2 by greg, Thu May 26 18:53:04 2005 UTC vs.
Revision 1.3 by greg, Thu May 26 19:19:19 2005 UTC

# Line 1 | Line 1
1   .\" RCSid "$Id$"
2 < .TH RPIECE 1 5/25/05 RADIANCE
2 > .TH RTCONTRIB 1 5/25/05 RADIANCE
3   .SH NAME
4   rtcontrib - compute contributions in a RADIANCE scene
5   .SH SYNOPSIS
# Line 35 | Line 35 | settings.
35   These modifiers are usually materials associated with
36   light sources or sky domes, and must directly modify some geometric
37   primitives to be considered in the output.
38 < The computed contributions can then be used in linear combination to
38 > The output of
39 > .I rtcontrib
40 > has many potential uses.
41 > Source contributions can be used as components in linear combination to
42   reproduce any desired variation, e.g., simulating lighting controls or
43   changing sky conditions via daylight coefficients.
44   More generally,
45   .I rtcontrib
46 < may be used to compute input-output relationships in optical
47 < systems, such as light pipes and shading devices.
46 > can be used to compute arbitrary input-output relationships in optical
47 > systems, such as luminaires, light pipes, and shading devices.
48   .PP
49   .I Rtcontrib
50   calls
# Line 58 | Line 61 | option may be used to further define
61   a "bin number" within each object if finer resolution is needed, and
62   this will be applied to a "%d" format in the output file
63   specification if present.
64 < (The actual bin number is computed at run time based on ray direction
65 < and surface intersection, as described below.)\0
64 > The actual bin number is computed at run time based on ray direction
65 > and surface intersection, as described below.
66   The most recent
67   .I \-b
68   and
# Line 80 | Line 83 | the variables Px, Py, and Pz, and the normalized ray d
83   will be assigned to Dx, Dy, and Dz.
84   These parameters may be combined with definitions given in
85   .I \-e
86 < options and files read in
86 > arguments and files read using the
87   .I \-f
88 < options, to compute the bin, which will be
88 > option.
89 > The computed bin value will be
90   rounded to the nearest whole number.
91   This mechanism allows the user to define precise regions or directions
92   they wish to accumulate, such as the Tregenza sky discretization,
93   which would be otherwise impossible to specify
94   as a set of RADIANCE primitives.
95 + The rules and predefined functions available for these expressions are
96 + described in the
97 + .I rcalc(1)
98 + man page.
99   .PP
100   If no
101   .I \-o

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines