hilo3d 1.16.3 → 1.16.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,13 +1,23 @@
1
- ## [1.16.3](https://github.com/hiloteam/Hilo3d/compare/1.16.1...1.16.3) (2022-08-24)
1
+ ## [1.16.4](https://github.com/hiloteam/Hilo3d/compare/1.16.3...1.16.4) (2022-11-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add TypedArray forEach polyfill to fix iOS9 bug ([59bf238](https://github.com/hiloteam/Hilo3d/commit/59bf238e12a63fc58e937f083ed77f2204e0bbce))
7
+ * Fix the bug of destroying mesh when using multiple materials ([e9e0175](https://github.com/hiloteam/Hilo3d/commit/e9e0175036631ec7649aaf16bac06b4a5e9599a9))
8
+ * wrong value in get shadow pcf while pos out of range ([#39](https://github.com/hiloteam/Hilo3d/issues/39)) ([f8a425a](https://github.com/hiloteam/Hilo3d/commit/f8a425a0aaf4ad7cc8f177af9ead230f90902e0e))
9
+
10
+
11
+
12
+ ## [1.16.3](https://github.com/hiloteam/Hilo3d/compare/1.16.2...1.16.3) (2022-08-24)
2
13
 
3
14
 
4
15
  ### Bug Fixes
5
16
 
6
17
  * Fix animation normalization bug ([35b5d19](https://github.com/hiloteam/Hilo3d/commit/35b5d194777e8d7fc3b5b3c1adc853a372e50d68))
7
18
  * Fix pointerChildren value judgment error during node raycast ([4eee579](https://github.com/hiloteam/Hilo3d/commit/4eee5798cc5eefe7451af8d8317ecc1fe3d6e333))
8
- * frontface should be set in all cases ([6ccc39d](https://github.com/hiloteam/Hilo3d/commit/6ccc39de8ad048acd2602e5005c942422ac320fe))
9
- * in KHR_techniques_webgl, premultiplyAlpha of material default value should be false ([bdf4100](https://github.com/hiloteam/Hilo3d/commit/bdf41003b803c50fad7e43ec9992c6fc33a14111))
10
- * in some cases, detecting the supportTransform property will report an error ([9215ba6](https://github.com/hiloteam/Hilo3d/commit/9215ba663bb44a4838cfe71ddf300be0dd8ef2b4))
19
+ * Fix frontface should be set in all cases ([6ccc39d](https://github.com/hiloteam/Hilo3d/commit/6ccc39de8ad048acd2602e5005c942422ac320fe))
20
+ * Fix in some cases, detecting the supportTransform property will report an error ([9215ba6](https://github.com/hiloteam/Hilo3d/commit/9215ba663bb44a4838cfe71ddf300be0dd8ef2b4))
11
21
 
12
22
 
13
23
  ### Features
package/README.md CHANGED
@@ -23,7 +23,7 @@ English | [简体中文](./README_ZH.md)
23
23
  * use script tag from a [cdn][cdn-url]
24
24
 
25
25
  ```
26
- <script src='//cdn.jsdelivr.net/npm/hilo3d@1.16.3/build/Hilo3d.js'></script>
26
+ <script src='//cdn.jsdelivr.net/npm/hilo3d@1.16.4/build/Hilo3d.js'></script>
27
27
  ```
28
28
 
29
29
  ### Documentation
@@ -122,4 +122,4 @@ English | [简体中文](./README_ZH.md)
122
122
  [size-image]:https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square
123
123
  [ci-url]:https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev
124
124
  [ci-image]:https://img.shields.io/github/workflow/status/hiloteam/Hilo3d/npm%20test?style=flat-square
125
- [cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.16.3/build/Hilo3d.js
125
+ [cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.16.4/build/Hilo3d.js
package/README_ZH.md CHANGED
@@ -23,7 +23,7 @@
23
23
  * 使用 script 标签加载 [cdn][cdn-url]
24
24
 
25
25
  ```
26
- <script src='//cdn.jsdelivr.net/npm/hilo3d@1.16.3/build/Hilo3d.js'></script>
26
+ <script src='//cdn.jsdelivr.net/npm/hilo3d@1.16.4/build/Hilo3d.js'></script>
27
27
  ```
28
28
 
29
29
  ### 文档
@@ -122,4 +122,4 @@
122
122
  [size-image]:https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square
123
123
  [ci-url]:https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev
124
124
  [ci-image]:https://img.shields.io/github/workflow/status/hiloteam/Hilo3d/npm%20test?style=flat-square
125
- [cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.16.3/build/Hilo3d.js
125
+ [cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.16.4/build/Hilo3d.js