1
- % Embree: High Performance Ray Tracing Kernels 3.13.4
1
+ % Embree: High Performance Ray Tracing Kernels 3.13.5
2
2
% Intel Corporation
3
3
4
4
Embree Overview
@@ -79,7 +79,7 @@ Windows ZIP File
79
79
-----------------
80
80
81
81
Embree linked against Visual Studio 2015 are provided as a ZIP file
82
- [ embree-3.13.4 .x64.vc14.windows.zip] ( https://github.com/embree/embree/releases/download/v3.13.4 /embree-3.13.4 .x64.vc14.windows.zip ) . After
82
+ [ embree-3.13.5 .x64.vc14.windows.zip] ( https://github.com/embree/embree/releases/download/v3.13.5 /embree-3.13.5 .x64.vc14.windows.zip ) . After
83
83
unpacking this ZIP file, you should set the path to the ` lib ` folder
84
84
manually to your ` PATH ` environment variable for applications to find
85
85
Embree.
@@ -88,13 +88,13 @@ Linux tar.gz Files
88
88
------------------
89
89
90
90
The Linux version of Embree is also delivered as a ` tar.gz ` file:
91
- [ embree-3.13.4 .x86_64.linux.tar.gz] ( https://github.com/embree/embree/releases/download/v3.13.4 /embree-3.13.4 .x86_64.linux.tar.gz ) . Unpack
91
+ [ embree-3.13.5 .x86_64.linux.tar.gz] ( https://github.com/embree/embree/releases/download/v3.13.5 /embree-3.13.5 .x86_64.linux.tar.gz ) . Unpack
92
92
this file using ` tar ` and source the provided ` embree-vars.sh ` (if you
93
93
are using the bash shell) or ` embree-vars.csh ` (if you are using the C
94
94
shell) to set up the environment properly:
95
95
96
- tar xzf embree-3.13.4 .x86_64.linux.tar.gz
97
- source embree-3.13.4 .x86_64.linux/embree-vars.sh
96
+ tar xzf embree-3.13.5 .x86_64.linux.tar.gz
97
+ source embree-3.13.5 .x86_64.linux/embree-vars.sh
98
98
99
99
We recommend adding a relative ` RPATH ` to your application that points
100
100
to the location where Embree (and TBB) can be found, e.g. ` $ORIGIN/../lib ` .
@@ -103,13 +103,13 @@ macOS ZIP file
103
103
-----------------
104
104
105
105
The macOS version of Embree is also delivered as a ZIP file:
106
- [ embree-3.13.4 .x86_64.macosx.zip] ( https://github.com/embree/embree/releases/download/v3.13.4 /embree-3.13.4 .x86_64.macosx.zip ) . Unpack
106
+ [ embree-3.13.5 .x86_64.macosx.zip] ( https://github.com/embree/embree/releases/download/v3.13.5 /embree-3.13.5 .x86_64.macosx.zip ) . Unpack
107
107
this file using ` tar ` and source the provided ` embree-vars.sh ` (if you
108
108
are using the bash shell) or ` embree-vars.csh ` (if you are using the C
109
109
shell) to set up the environment properly:
110
110
111
- unzip embree-3.13.4 .x64.macosx.zip
112
- source embree-3.13.4 .x64.macosx/embree-vars.sh
111
+ unzip embree-3.13.5 .x64.macosx.zip
112
+ source embree-3.13.5 .x64.macosx/embree-vars.sh
113
113
114
114
If you want to ship Embree with your application, please use the Embree
115
115
library of the provided ZIP file. The library name of that Embree
@@ -490,6 +490,11 @@ parameters that can be configured in CMake:
490
490
the ray origin are ignored. A value of 0.0f disables self
491
491
intersection avoidance while 2.0f is the default value.
492
492
493
+ + ` EMBREE_DISC_POINT_SELF_INTERSECTION_AVOIDANCE ` : Enables self
494
+ intersection avoidance for RTC_GEOMETRY_TYPE_DISC_POINT geometry
495
+ type (ON by default). When enabled intersections are skipped if the ray
496
+ origin lies inside the sphere defined by the point primitive.
497
+
493
498
+ ` EMBREE_MIN_WIDTH ` : Enabled the min-width feature, which allows
494
499
increasing the radius of curves and points to match some amount of
495
500
pixels. See [ rtcSetGeometryMaxRadiusScale] for more details.
0 commit comments