Skip to content

Embree v3.9.0

Compare
Choose a tag to compare
@svenwoop svenwoop released this 07 Apr 05:46
· 1619 commits to master since this release
  • Added round linear curve geometry support. In this mode a real geometric surface for curves
    with linear basis is rendered using capped cones with spherical filling between
    the curve segments.
  • Added rtcGetSceneDevice API function, that returns the device a scene got created in.
  • Improved performance of round curve rendering by up to 1.8x.
  • Bugfix to sphere intersection filter invokation for back hit.
  • Fixed wrong assertion that triggered for invalid curves which anyway get filtered out.
  • RelWithDebInfo mode no longer enables assertions.
  • Fixed an issue in FindTBB.cmake that caused compile error with Debug build under Linux.
  • Embree releases no longer provide RPMs for Linux. Please use the RPMs coming with the package
    manager of your Linux distribution.