We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123b303 commit b9a0a28Copy full SHA for b9a0a28
CHANGELOG.md
@@ -1,6 +1,18 @@
1
Version History
2
---------------
3
4
+### New Features in Embree 2.7.0
5
+
6
+- Added device concept to Embree to allow different components of an
7
+ application to use Embree without interfering with each other.
8
+- Fixed memory leak in twolevel builder used for dynamic scenes.
9
+- Fixed bug in tesselation cache that caused crashes for subdivision
10
+ surfaces.
11
+- Fixed bug in internal task scheduler that caused deadlocks when
12
+ using rtcCommitThread.
13
+- Improved hit-distance accuracy for thin triangles in robust mode.
14
+- Added support to disable ray packet support in cmake.
15
16
### New Features in Embree 2.6.2
17
18
- Fixed bug triggered by instantiating motion blur geometry.
0 commit comments