--- ray/doc/notes/ReleaseNotes 2019/07/23 18:17:54 1.349 +++ ray/doc/notes/ReleaseNotes 2019/08/12 01:20:25 1.351 @@ -2299,3 +2299,9 @@ Code for loading these files is in src/util/idmap.{h,c Added -o* option to rtpict to produce layered images that handle most output types from rtrace (colors, surface normals, distances, IDs). + +Created rcode2bmp script to create images from new rcode_* output maps. + +Improved efficiency of rmtxop in cases where matrix multiplication is +faster evaluated right-to-left, as when the final component is a +column vector.