Skip to content

Embree v3.8.0 Release

Compare
Choose a tag to compare
@svenwoop svenwoop released this 07 Apr 06:30
· 158 commits to release since this release

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