- Fix bug where Embree user-defined geometries were not indexed correctly
in the scene, which now requires Embree v3.8.0+ - Fix crash when the path tracer encounters geometric models that do not
have a material - Fix crash when some path tracer materials generated NULL bsdfs
- Fix bug where
ospGetBoundsreturned incorrect values - Fix missing symbol in denoiser module
- Fix missing symbol exports on Windows for all OSPRay built modules
- Add the option to specify a single color for geometric models
- The
scivisrenderer now respects the opacity component ofcoloron
geometric models - Fix various inconsistent handling of frame buffer alpha between renderers
ospGetCurrentDevicenow increments the ref count of the returned
OSPDevicehandle, so applications will need to release the handle when
finished by usingospDeviceReleaseaccordingly- Added denoiser to
ospExamplesapp - Added
module_mpito superbuild (disabled by default) - The superbuild now will emit a CMake error when using any 32-bit CMake
generator, as 32-bit builds are not supported