|
1 | 1 | Version History |
2 | 2 | --------------- |
3 | 3 |
|
4 | | -### Changes in OSPRay Studio v0.10.0 (devel) |
| 4 | +### Changes in OSPRay Studio v0.10.0 |
| 5 | + |
| 6 | +- Compatible with OSPRay release v2.9.0 |
| 7 | + |
| 8 | +- Features and Improvements |
| 9 | + - UI |
| 10 | + - Improved color picker widget so that color value are consistent whether |
| 11 | + viewing frame as sRGB or linear. |
| 12 | + - Added widget to change file selection on HDRI textures and photometric lights |
| 13 | + - Added renderer setting to set and adjust OSPRay's shadowCatcherPlane |
| 14 | + - Light |
| 15 | + - Add support for new OSPRay `cylinder` light-type |
| 16 | + - Photometric intensity distribution now supported on point, quad, and spot |
| 17 | + light types. |
| 18 | + - Lights in glTF scene are now instanced and can be used with motion blur |
| 19 | + - Camera |
| 20 | + - Custom support for "panoramic" camera type in glTF files |
| 21 | + - All glTF cameras are instanced to allow for motion blur |
| 22 | + - Batch |
| 23 | + - Improved batch rendering flexibility with params for cameraType, bgColor, |
| 24 | + frameStep and denoiser. |
| 25 | + - Added final frame denoising to batch mode - only final accumulation is |
| 26 | + denoised. |
| 27 | + - Added glTF support for OSPRay's new multi-segment deformation motion blur |
| 28 | + - Added python bindings for affine3f and affine3f::translate |
| 29 | + - Added tasking/scheduling system. Currently used to greatly improve loading |
| 30 | + of raw volumes. Will be expanded to other asynchronous operations. |
| 31 | + |
| 32 | +<br> |
| 33 | + |
| 34 | +- Bug Fixes: |
| 35 | + - Fixed lights editor interaction with group lights loaded in a glTF file. UI |
| 36 | + now allows correct editing/removal of existing lights and addition new lights |
| 37 | + - Added full path name and extension to importer and texture cache entried to |
| 38 | + prevent collision with similar files. |
| 39 | + - Better handling of failed texture load across glTF and OBJ materials, as well |
| 40 | + as HDRI, background texture, and material editor. |
| 41 | + - Correctly enable to/from_json for LinearSpace2f texture transform |
| 42 | + - Improved saving of multi-layer EXR images |
5 | 43 |
|
6 | 44 | ### Changes in OSPRay Studio v0.9.1 |
7 | 45 |
|
|
0 commit comments