hilo3d 1.15.19 → 1.16.1

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,3 +1,41 @@
1
+ ## [1.16.1](https://github.com/hiloteam/Hilo3d/compare/1.16.0...1.16.1) (2022-03-23)
2
+
3
+
4
+ ### Features
5
+
6
+ * add _Time semantic ([4a9a43d](https://github.com/hiloteam/Hilo3d/commit/4a9a43de486e295a50863d3c064e6687098a44f1))
7
+ * add material.shaderName ([25b1880](https://github.com/hiloteam/Hilo3d/commit/25b1880aaf56c6e0b172e19c984741cc7a17a0b0))
8
+ * imporve parsing of glTF KHR_techniques_webgl extension ([ca69682](https://github.com/hiloteam/Hilo3d/commit/ca6968209eada71714591122a3ee64d74a482c71))
9
+
10
+
11
+
12
+ # [1.16.0](https://github.com/hiloteam/Hilo3d/compare/1.15.20...1.16.0) (2022-01-04)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * KHR_techniques_webgl parse texture bug ([f45879e](https://github.com/hiloteam/Hilo3d/commit/f45879ed7b826eb6049e14069120f0c2e3192f6b))
18
+ * pbr shader texture lod bug ([8256991](https://github.com/hiloteam/Hilo3d/commit/825699140ccc44bf7b9bbc83769526a5fac9584c))
19
+ * the nextTick callback of ticker should pass in the dt parameter ([db267cb](https://github.com/hiloteam/Hilo3d/commit/db267cb06d40bdb8ad63a3db7d14ca3ed1a43f71))
20
+ * unlit material transparency bug ([1006c60](https://github.com/hiloteam/Hilo3d/commit/1006c60340c511a908fd90d5ef8f331b1749d468))
21
+
22
+
23
+ ### Features
24
+
25
+ * add JOINT & WEIGHT semantic ([2a9da6a](https://github.com/hiloteam/Hilo3d/commit/2a9da6aa59113c8e5f0d7cd4df46a938cd2e7d15))
26
+ * Add the function of dynamically modifying the targetFPS of the ticker ([e41f6cf](https://github.com/hiloteam/Hilo3d/commit/e41f6cf521040b0ffa0bf32b980eca1de0c15f84))
27
+
28
+
29
+
30
+ ## [1.15.20](https://github.com/hiloteam/Hilo3d/compare/1.15.19...1.15.20) (2021-07-19)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * the webglContextLost & webglContextRestored event should be triggered last ([87c9d2d](https://github.com/hiloteam/Hilo3d/commit/87c9d2d8ed9b2005f990db6acdab2e1e107058d9))
36
+
37
+
38
+
1
39
  ## [1.15.19](https://github.com/hiloteam/Hilo3d/compare/1.15.18...1.15.19) (2021-05-20)
2
40
 
3
41
 
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.15.19/build/Hilo3d.js'></script>
26
+ <script src='//cdn.jsdelivr.net/npm/hilo3d@1.16.1/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.15.19/build/Hilo3d.js
125
+ [cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.16.1/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='<script src='//cdn.jsdelivr.net/npm/hilo3d@1.15.19/build/Hilo3d.js'></script>'></script>
26
+ <script src='//cdn.jsdelivr.net/npm/hilo3d@1.16.1/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.15.19/build/Hilo3d.js
125
+ [cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.16.1/build/Hilo3d.js