Skip to content

Commit dac0fa9

Browse files
committed
regenerated documentation
1 parent 140c5c5 commit dac0fa9

3 files changed

Lines changed: 33 additions & 28 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Version History
22
---------------
33

4+
### New Features in Embree 3.2.2
5+
- Fixed intersection distance for unnormalized rays with line segments.
6+
- Removed libmmd.dll depdendency
7+
- Fixed detection of AppleClang compiler under MacOSX.
8+
49
### New Features in Embree 3.2.1
510
- Bugfix in flat mode for hermite curves.
611
- Added EMBREE_CURVE_SELF_INTERSECTION_AVOIDANCE_FACTOR cmake option to

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Embree: High Performance Ray Tracing Kernels 3.2.1
1+
% Embree: High Performance Ray Tracing Kernels 3.2.2
22
% Intel Corporation
33

44
Embree Overview
@@ -85,28 +85,28 @@ Windows MSI Installer
8585
---------------------
8686

8787
You can install the Embree library using the Windows MSI installer
88-
[embree-3.2.1-x64.msi](https://github.com/embree/embree/releases/download/v3.2.1/embree-3.2.1.x64.msi). This
88+
[embree-3.2.2-x64.msi](https://github.com/embree/embree/releases/download/v3.2.2/embree-3.2.2.x64.msi). This
8989
will install the 64-bit Embree version by default in `Program
90-
Files\Intel\Embree v3.2.1 x64`.
90+
Files\Intel\Embree v3.2.2 x64`.
9191

9292
You have to set the path to the `bin` folders manually to your `PATH`
9393
environment variable for applications to find Embree.
9494

9595
To compile applications with Embree using CMake, please have a look at
9696
the `find_embree` tutorial. To compile this tutorial, you need to set
9797
the `embree_DIR` CMake variable of this tutorial to `Program
98-
Files\Intel\Embree v3.2.1 x64`.
98+
Files\Intel\Embree v3.2.2 x64`.
9999

100100
To uninstall Embree, open `Programs and Features` by clicking the
101101
`Start button`, clicking `Control Panel`, clicking `Programs`, and
102102
then clicking `Programs and Features`. Select `Embree
103-
3.2.1 x64` and uninstall it.
103+
3.2.2 x64` and uninstall it.
104104

105105
Windows ZIP File
106106
-----------------
107107

108108
Embree is also delivered as a ZIP file
109-
[embree-3.2.1.x64.windows.zip](https://github.com/embree/embree/releases/download/v3.2.1/embree-3.2.1.x64.windows.zip). After
109+
[embree-3.2.2.x64.windows.zip](https://github.com/embree/embree/releases/download/v3.2.2/embree-3.2.2.x64.windows.zip). After
110110
unpacking this ZIP file, you should set the path to the `lib` folder
111111
manually to your `PATH` environment variable for applications to find
112112
Embree. To compile applications with Embree, you also have to set the
@@ -120,17 +120,17 @@ Linux RPMs
120120
----------
121121

122122
Uncompress the `tar.gz` file
123-
[embree-3.2.1.x86_64.rpm.tar.gz](https://github.com/embree/embree/releases/download/v3.2.1/embree-3.2.1.x86_64.rpm.tar.gz)
123+
[embree-3.2.2.x86_64.rpm.tar.gz](https://github.com/embree/embree/releases/download/v3.2.2/embree-3.2.2.x86_64.rpm.tar.gz)
124124
to obtain the individual RPM files:
125125

126-
tar xzf embree-3.2.1.x86_64.rpm.tar.gz
126+
tar xzf embree-3.2.2.x86_64.rpm.tar.gz
127127

128128
To install Embree using the RPM packages on your Linux system, type
129129
the following:
130130

131-
sudo rpm --install embree3-lib-3.2.1-1.x86_64.rpm
132-
sudo rpm --install embree3-devel-3.2.1-1.noarch.rpm
133-
sudo rpm --install embree3-examples-3.2.1-1.x86_64.rpm
131+
sudo rpm --install embree3-lib-3.2.2-1.x86_64.rpm
132+
sudo rpm --install embree3-devel-3.2.2-1.noarch.rpm
133+
sudo rpm --install embree3-examples-3.2.2-1.x86_64.rpm
134134

135135
You also have to install the Intel® Threading Building Blocks (TBB)
136136
using `yum`:
@@ -142,13 +142,13 @@ filed into DEB files using the `alien` tool:
142142

143143
sudo apt-get install alien dpkg-dev debhelper build-essential
144144

145-
sudo alien embree3-lib-3.2.1-1.x86_64.rpm
146-
sudo alien embree3-devel-3.2.1-1.noarch.rpm
147-
sudo alien embree3-examples-3.2.1-1.x86_64.rpm
145+
sudo alien embree3-lib-3.2.2-1.x86_64.rpm
146+
sudo alien embree3-devel-3.2.2-1.noarch.rpm
147+
sudo alien embree3-examples-3.2.2-1.x86_64.rpm
148148

149-
sudo dpkg -i embree3-lib_3.2.1-2_amd64.deb
150-
sudo dpkg -i embree3-devel_3.2.1-2_all.deb
151-
sudo dpkg -i embree3-examples_3.2.1-2_amd64.deb
149+
sudo dpkg -i embree3-lib_3.2.2-2_amd64.deb
150+
sudo dpkg -i embree3-devel_3.2.2-2_all.deb
151+
sudo dpkg -i embree3-examples_3.2.2-2_amd64.deb
152152

153153
Also install the Intel® Threading Building Blocks (TBB) using `apt-get`:
154154

@@ -174,20 +174,20 @@ the tutorials to start them.
174174

175175
To uninstall Embree, just execute the following:
176176

177-
sudo rpm --erase embree3-lib-3.2.1-1.x86_64
178-
sudo rpm --erase embree3-devel-3.2.1-1.noarch
179-
sudo rpm --erase embree3-examples-3.2.1-1.x86_64
177+
sudo rpm --erase embree3-lib-3.2.2-1.x86_64
178+
sudo rpm --erase embree3-devel-3.2.2-1.noarch
179+
sudo rpm --erase embree3-examples-3.2.2-1.x86_64
180180

181181
Linux tar.gz Files
182182
------------------
183183

184184
The Linux version of Embree is also delivered as a `tar.gz` file:
185-
[embree-3.2.1.x86_64.linux.tar.gz](https://github.com/embree/embree/releases/download/v3.2.1/embree-3.2.1.x86_64.linux.tar.gz). Unpack this file using `tar` and source the provided `embree-vars.sh` (if you
185+
[embree-3.2.2.x86_64.linux.tar.gz](https://github.com/embree/embree/releases/download/v3.2.2/embree-3.2.2.x86_64.linux.tar.gz). Unpack this file using `tar` and source the provided `embree-vars.sh` (if you
186186
are using the bash shell) or `embree-vars.csh` (if you are using the
187187
C shell) to set up the environment properly:
188188

189-
tar xzf embree-3.2.1.x86_64.linux.tar.gz
190-
source embree-3.2.1.x86_64.linux/embree-vars.sh
189+
tar xzf embree-3.2.2.x86_64.linux.tar.gz
190+
source embree-3.2.2.x86_64.linux/embree-vars.sh
191191

192192
If you want to ship Embree with your application, best use the Embree
193193
version provided in the `tar.gz` file.
@@ -200,7 +200,7 @@ macOS PKG Installer
200200

201201
To install the Embree library on your macOS system use the
202202
provided package installer inside
203-
[embree-3.2.1.x86_64.dmg](https://github.com/embree/embree/releases/download/v3.2.1/embree-3.2.1.x86_64.dmg). This
203+
[embree-3.2.2.x86_64.dmg](https://github.com/embree/embree/releases/download/v3.2.2/embree-3.2.2.x86_64.dmg). This
204204
will install Embree by default into `/opt/local/lib` and
205205
`/opt/local/include` directories. The Embree tutorials are installed
206206
into the `/Applications/Embree3` directory.
@@ -222,12 +222,12 @@ macOS tar.gz file
222222
-----------------
223223

224224
The macOS version of Embree is also delivered as a `tar.gz` file:
225-
[embree-3.2.1.x86_64.macosx.tar.gz](https://github.com/embree/embree/releases/download/v3.2.1/embree-3.2.1.x86_64.macosx.tar.gz). Unpack this file using `tar` and source the provided `embree-vars.sh` (if you
225+
[embree-3.2.2.x86_64.macosx.tar.gz](https://github.com/embree/embree/releases/download/v3.2.2/embree-3.2.2.x86_64.macosx.tar.gz). Unpack this file using `tar` and source the provided `embree-vars.sh` (if you
226226
are using the bash shell) or `embree-vars.csh` (if you are using the
227227
C shell) to set up the environment properly:
228228

229-
tar xzf embree-3.2.1.x64.macosx.tar.gz
230-
source embree-3.2.1.x64.macosx/embree-vars.sh
229+
tar xzf embree-3.2.2.x64.macosx.tar.gz
230+
source embree-3.2.2.x64.macosx/embree-vars.sh
231231

232232
If you want to ship Embree with your application, please use the Embree
233233
library of the provided `tar.gz` file. The library name of that Embree
@@ -1717,7 +1717,7 @@ The initialization string for the Embree device (`rtcNewDevice` call)
17171717
can be passed to the ray tracing core through the `--rtcore` command
17181718
line parameter, e.g.:
17191719

1720-
./triangle_geometry --rtcore verbose=2,threads=1,accel=bvh4.triangle1
1720+
./triangle_geometry --rtcore verbose=2,threads=1
17211721

17221722
The navigation in the interactive display mode follows the camera orbit
17231723
model, where the camera revolves around the current center of interest.

readme.pdf

99 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)