@onirix/ar-engine-sdk 0.4.0 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.4.3 (2022-07-15)
4
+
5
+ - Fixed rotation on hit test
6
+ - Added OnTouchStart, OnTouchEnd, OnTouchMove and OnSessionEnd events
7
+
8
+ ## v0.4.2 (2022-04-02)
9
+
10
+ - Use WebGL2 when possible
11
+
12
+ ## v0.4.1 (2022-03-16)
13
+
14
+ - First npm build
15
+
3
16
  ## v0.4.0 (2022-02-24)
4
17
 
5
18
  - Decreased size of WASM module significantly.