We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbebac commit 0facf93Copy full SHA for 0facf93
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [1.0.3] - 2022-03-04
2
+
3
+- Added a triangles intersection demo
4
+- Fix an issue where an intersection is found while the first three intersection
5
+tests are all positive or negative
6
7
## [1.0.2] - 2022-03-02
8
9
- Added rollup config to generate esm and cjs
package.json
@@ -13,7 +13,7 @@
13
"three.js",
14
"precision"
15
],
16
- "version": "1.0.2",
+ "version": "1.0.3",
17
"author": {
18
"name": "Axel Antoine",
19
"email": "[email protected]",
0 commit comments