--- ray/doc/notes/ReleaseNotes 2019/07/19 22:25:03 1.348 +++ ray/doc/notes/ReleaseNotes 2019/08/12 01:20:25 1.351 @@ -2296,3 +2296,12 @@ Code for loading normal maps is in src/util/normcodec. Created rcode_ident tool to create indexed identifier files. 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.