- Update to version v3.13.3
* Invalid multi segment motion blurred normal oriented curves
are properly excluded from BVH build.
* Fixing issue with normal oriented curve construction when
center curve curvature is very large.
* Due to this change normal oriented curve shape changes
slightly.
* Fixed crash caused by disabling a geometry and then detaching
it from the scene.
* Bugfix in emulated ray packet intersection when
EMBREE_RAY_PACKETS is turned off.
* Bugfix for linear quaternion interpolation fallback.
* Fixed issues with spaces in path to Embree build folder.
* Some fixes to compile Embree in SSE mode using WebAssembly.
* Bugfix for occlusion rays with grids and ray packets.
* We do no longer provide installers for Windows and macOS,
please use the ZIP files instead.
* Upgrading to Intel® ISPC 1.17.0 for release build.
* Upgrading to Intel® oneTBB 2021.5.0 for release build.
OBS-URL: https://build.opensuse.org/request/show/972399
OBS-URL: https://build.opensuse.org/package/show/graphics/embree?expand=0&rev=23
- raise limits to 24G, since this version uses up to 22,6G on TW
for build (16,7G on 15.2)
- update to version 3.11.0
+ Round linear curves now automatically check for the existence
of left and right
+ connected segments if the flags buffer is empty. Left segments
exist if the
+ segment(id-1) + 1 == segment(id) and similarly for right
segments.
+ Implemented the min-width feature for curves and points, which
allows to increase the
+ radius in a distance dependent way, such that the curve or
points thickness is n pixels wide.
+ Round linear curves are closed now also at their start.
+ Embree no longer supports Visual Studio 2013 starting with this
release.
+ Bugfix in subdivision tessellation level assignment for non-
quad base primitives
+ Small meshes are directly added to top level build phase of
two-level builder to reduce memory consumption.
+ Enabled fast two level builder for user geometries when low
quality build is requested.
- update to version 3.10.0
+ Added EMBREE_COMPACT_POLYS CMake option which enables double
indexed triangle and quad
+ leaves to reduce memory consumption in compact mode by an
additional 40% at about
+ 15% performance impact. This new mode is disabled by default.
+ Compile fix for oneTBB 2021.1-beta05
OBS-URL: https://build.opensuse.org/request/show/831259
OBS-URL: https://build.opensuse.org/package/show/graphics/embree?expand=0&rev=12