ospray: upgrade 2.7.1 -> 2.8.0

Release notes:

    Lights can be now part of OSPGroup and thus instanced like
    geometries and volumes and thus lights also support motion blur
    (with the path tracer)
    Add cylinder light (with solid area sampling)
    Add support for rolling shutter of cameras
    Add support for quaternion motion blur for instance and camera to
    allow for smoothly interpolated rotations
    Fix illumination from emissive quad meshes

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Anuj Mittal 2021-11-22 12:34:16 +08:00
parent 9b25d40cb9
commit f4c64d7179

View File

@ -14,7 +14,7 @@ S = "${WORKDIR}/git"
SRC_URI = "git://github.com/ospray/ospray.git;protocol=https;branch=master \
"
SRCREV = "5269850081d1c7d6da59b3c4f3cbac5c732374ba"
SRCREV = "fe4b3806f8626b22defbeda172609aa7c8c74a2e"
COMPATIBLE_HOST = '(x86_64).*-linux'