mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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:
parent
9b25d40cb9
commit
f4c64d7179
|
|
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user