|
@@ -1,5 +1,26 @@
|
1
|
1
|
# Release notes
|
2
|
2
|
|
|
3
|
+## 0.4.0 - December 21st, 2024
|
|
4
|
+
|
|
5
|
+* Introduced the Pointer Tracker
|
|
6
|
+* Improved the calculations of the Image Tracker
|
|
7
|
+* Introduced classes for Vectors, Quaternions and Rays
|
|
8
|
+* Introduced routines for decomposing Transforms
|
|
9
|
+* Added a utility for raycasting
|
|
10
|
+* Changed the smoothing filter of the Pose
|
|
11
|
+* Made several smaller additions to the API
|
|
12
|
+* Introduced the Asset Manager (extra)
|
|
13
|
+* Added a preloading method to the templates of the plugins
|
|
14
|
+* Updated the plugins
|
|
15
|
+* Created the Magic AR Basketball Game ;)
|
|
16
|
+* Created a demo of the Pointer Tracker
|
|
17
|
+* Added posters of the demos
|
|
18
|
+* Changed the Stats bar and the 2D UI of the demos
|
|
19
|
+* Added support for using an ImageData as a Reference Image
|
|
20
|
+* Dropped support for using a canvas as a Reference Image
|
|
21
|
+* Updated the documentation
|
|
22
|
+* General improvements and fixes
|
|
23
|
+
|
3
|
24
|
## 0.3.0 - October 20th, 2024
|
4
|
25
|
|
5
|
26
|
* Changed to encantar.js
|