hilo3d 1.15.20 → 1.16.2
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 +38 -0
- package/README.md +2 -2
- package/README_ZH.md +2 -2
- package/build/Hilo3d.js +3 -3
- package/build/Hilo3d.single.js +2 -2
- package/build/math.single.js +2 -2
- package/examples/js/.DS_Store +0 -0
- package/package.json +1 -1
- package/types/index.d.ts +21 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
|
1
|
+
## [1.16.2](https://github.com/hiloteam/Hilo3d/compare/1.16.1...1.16.2) (2022-03-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* in KHR_techniques_webgl, premultiplyAlpha of material default value should be false ([bdf4100](https://github.com/hiloteam/Hilo3d/commit/bdf41003b803c50fad7e43ec9992c6fc33a14111))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## [1.16.1](https://github.com/hiloteam/Hilo3d/compare/1.16.0...1.16.1) (2022-03-23)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add _Time semantic ([4a9a43d](https://github.com/hiloteam/Hilo3d/commit/4a9a43de486e295a50863d3c064e6687098a44f1))
|
|
16
|
+
* add material.shaderName ([25b1880](https://github.com/hiloteam/Hilo3d/commit/25b1880aaf56c6e0b172e19c984741cc7a17a0b0))
|
|
17
|
+
* imporve parsing of glTF KHR_techniques_webgl extension ([ca69682](https://github.com/hiloteam/Hilo3d/commit/ca6968209eada71714591122a3ee64d74a482c71))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
# [1.16.0](https://github.com/hiloteam/Hilo3d/compare/1.15.20...1.16.0) (2022-01-04)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* KHR_techniques_webgl parse texture bug ([f45879e](https://github.com/hiloteam/Hilo3d/commit/f45879ed7b826eb6049e14069120f0c2e3192f6b))
|
|
27
|
+
* pbr shader texture lod bug ([8256991](https://github.com/hiloteam/Hilo3d/commit/825699140ccc44bf7b9bbc83769526a5fac9584c))
|
|
28
|
+
* the nextTick callback of ticker should pass in the dt parameter ([db267cb](https://github.com/hiloteam/Hilo3d/commit/db267cb06d40bdb8ad63a3db7d14ca3ed1a43f71))
|
|
29
|
+
* unlit material transparency bug ([1006c60](https://github.com/hiloteam/Hilo3d/commit/1006c60340c511a908fd90d5ef8f331b1749d468))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Features
|
|
33
|
+
|
|
34
|
+
* add JOINT & WEIGHT semantic ([2a9da6a](https://github.com/hiloteam/Hilo3d/commit/2a9da6aa59113c8e5f0d7cd4df46a938cd2e7d15))
|
|
35
|
+
* Add the function of dynamically modifying the targetFPS of the ticker ([e41f6cf](https://github.com/hiloteam/Hilo3d/commit/e41f6cf521040b0ffa0bf32b980eca1de0c15f84))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
1
39
|
## [1.15.20](https://github.com/hiloteam/Hilo3d/compare/1.15.19...1.15.20) (2021-07-19)
|
|
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.
|
|
26
|
+
<script src='//cdn.jsdelivr.net/npm/hilo3d@1.16.2/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.
|
|
125
|
+
[cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.16.2/build/Hilo3d.js
|
package/README_ZH.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* 使用 script 标签加载 [cdn][cdn-url]
|
|
24
24
|
|
|
25
25
|
```
|
|
26
|
-
|
|
26
|
+
<script src='//cdn.jsdelivr.net/npm/hilo3d@1.16.2/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.
|
|
125
|
+
[cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.16.2/build/Hilo3d.js
|