Skip to content

Embree v3.13.5 Release

Compare
Choose a tag to compare
@svenwoop svenwoop released this 14 Sep 05:14
  • Fixed bug in bounding flat Catmull Rom curves of subdivision level 4.
  • Improved self intersection avoidance for RTC_GEOMETRY_TYPE_DISC_POINT geometry type. Intersections are skipped if the ray origin lies inside the sphere defined by the point primitive. Self intersection avoidance can get disabled at compile time using the EMBREE_DISC_POINT_SELF_INTERSECTION_AVOIDANCE cmake option.
  • Fixed spatial splitting for non-planar quads.