--- ray/doc/notes/ReleaseNotes 2011/02/21 22:48:51 1.185 +++ ray/doc/notes/ReleaseNotes 2011/10/26 16:48:01 1.191 @@ -1787,3 +1787,21 @@ Thanks to Erich Philips for the feature request. Added BSDF data-driven material type with full sampling support. Added BRDF calculations to genBSDF. + +Bug fixes in rsensor thanks to help from David Geisler-Moroder. + +Added variable-resolution BSDF support in renderers and genBSDF. + +Created pkgBSDF program to extract BSDF geometry and put it +together with surface description suitable for inclusion in +a Radiance scene. + +Muted warning for "no light sources found" when there is at least +one glow object and interreflections are on (-ab > 0). + +Fixed long-standing bug that caused underestimation of reflection +when specular component was below -st threshold in non-metals. + +Checked in cross-platform cmake build system created by Bill Hoffman +of KitWare and sponsored by NREL. This includes a qt-based +driver for rvu, which is built in the new subdirectory src/qtrvu.