embree
No description set
- Devel package for openSUSE:Factory
-
5
derived packages
- Links to openSUSE:Factory / embree
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout graphics/embree && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000112 112 Bytes | |
_link | 0000000124 124 Bytes | |
embree-3.8.0.tar.gz | 0005780945 5.51 MB | |
embree.changes | 0000003691 3.6 KB | |
embree.spec | 0000003051 2.98 KB |
Revision 8 (latest revision is 32)
Dirk Stoecker (dstoecker)
accepted
request 772214
from
Hans-Peter Jansen (frispete)
(revision 8)
- update to version 3.8.0 + New Features: * Added collision detection support for user geometries (see rtcCollide API function) * Passing geomID to user geometry callbacks. + Fixed Issues: * Bugfix in AVX512VL codepath for rtcIntersect1 * For sphere geometries the intersection filter gets now invoked for front and back hit. * Fixed some bugs for quaternion motion blur. * RTCIntersectContext always non-const in Embree API * Made RTCHit aligned to 16 bytes in Embree API - update to version 3.7.0 + Added quaternion motion blur for correct interpolation of rotational transformations. + Fixed wrong bounding calculations when a motion blurred instance did instantiate a motion blurred scene. + In robust mode the depth test consistently uses tnear <= t <= tfar now in order to robustly continue traversal at a previous hit point in a way that guarentees reaching all hits, even hits at the same place. + Fixed depth test in robust mode to be precise at tnear and tfar. + Added next_hit tutorial to demonstrate robustly collecting all hits along a ray using multiple ray queries. + Implemented robust mode for curves. This has a small performance impact but fixes bounding problems with flat curves. + Improved quality of motion blur BVH by using linear bounds during binning.
Comments 0