ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/notes/ReleaseNotes
(Generate patch)

Comparing ray/doc/notes/ReleaseNotes (file contents):
Revision 1.6 by greg, Tue Jul 1 19:04:08 2003 UTC vs.
Revision 1.15 by greg, Thu Sep 18 20:18:19 2003 UTC

# Line 1167 | Line 1167 | Added -f and -w options to ra_tiff to create IEEE floa
1167   TIFF output, respectively.  These formats are also understood on reverse
1168   conversion.  (16-bit/primary has been understood for some time, but not
1169   IEEE float.)
1170 +
1171 + Added -N option to rad to start multiple rendering processes in
1172 + parallel.
1173 +
1174 + Fixed bug where mesh instances were not being freed, so subsequent calls
1175 + in programs like ranimate would refer to bogus data.
1176 +
1177 + Added support in normtiff for floating-point and 16-bit/sample TIFF input
1178 + files.
1179 +
1180 + Changed marksources() routine (src/rt/source.c) to check all
1181 + primitives in the modifier chain for emitting types, not only
1182 + the first.  This permits sources to be described with intervening
1183 + modifiers before the light/illum/glow primitive.
1184 +
1185 + Fixed bug in xform where it was neglecting to add transform arguments
1186 + to new mesh primitive.
1187 +
1188 + Added -dF and -dD options to pvalue for byte-swapped floats and
1189 + doubles, respectively.
1190 +
1191 + Changed meta2tga to output correct colors.
1192 +
1193 + ****** COMPATIBILITY CHANGE ********
1194 + Changed local coordinate index from 32-bits to 16-bits, which requires
1195 + that Radiance mesh files be recompiled.
1196 +
1197 + Changed integer tone-mapping routines to better deal with images
1198 + containing large, constant regions.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines