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

Comparing ray/doc/man/man1/mkpmap.1 (file contents):
Revision 1.15 by rschregle, Tue Mar 23 21:42:47 2021 UTC vs.
Revision 1.16 by rschregle, Wed Apr 14 11:28:36 2021 UTC

# Line 100 | Line 100 | with highly reflective geometry.  Note that this value
100   may be useful if the resulting photon map size greatly deviates from
101   \fInphotons\fR with a very low average reflectance.
102  
103 < .IP "\fB\-api \fIxmin ymin zmin xmax ymax zmax\fR"
104 < Define a region of interest within which to store photons exclusively;
105 < photons will only be stored within the volume bounded by the given minimum
106 < and maximum coordinates.  Multiple instances of this option may be specified
107 < with cumulative effect to define compound regions of interest.  This is
108 < useful for constraining photons to only the relevant regions of a scene, but
109 < may increase the photon distribution time.
103 > .IP "\fB\-api \fImin_x min_y min_z max_x max_y max_z\fR"
104 > Define a rectangular region of interest within which to store photons
105 > exclusively; photons will only be stored within the volume bounded by the
106 > given minimum and maximum coordinates. Multiple instances of this option may
107 > be specified with cumulative effect to define compound regions of interest.
108 > This is useful for constraining photons to only the relevant regions of a
109 > scene, but may increase the photon distribution time.
110   .IP
111   \fBWARNING: this is an optimisation option for advanced users (an elite
112   group collectively known as \fIZe Ekspertz\fB) and may yield biased results.
113   Use with caution!\fR
114 +
115 + .IP "\fB-apI \fIpos_x pos_y pos_z rad\fR"
116 + Similar to \fB\-api\fR, but with a spherical region of interest of given
117 + radius, centred at the given coordinates.
118  
119   .IP "\fB\-apm \fImaxbounce\fR"
120   Synonymous with \fB\-lr\fR for backwards compatibility. May be removed in

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines