hilo3d 1.17.0 → 1.18.0

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,4 +1,20 @@
1
- # [1.17.0](https://github.com/hiloteam/Hilo3d/compare/1.17.0-alpha.1...1.17.0) (2022-12-19)
1
+ # [1.18.0](https://github.com/hiloteam/Hilo3d/compare/1.17.0...1.18.0) (2023-01-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Fix Texture reset internalFormat bug ([2b3f534](https://github.com/hiloteam/Hilo3d/commit/2b3f534a4af77e3c3ee717879776b5feab5b591e))
7
+ * framebuffer resize should resize all attachments ([2b8aa0b](https://github.com/hiloteam/Hilo3d/commit/2b8aa0b38df7b0ec745d40c3861733cea6e7595a))
8
+
9
+
10
+ ### Features
11
+
12
+ * add framebuffer drawBuffers ([2f68dc1](https://github.com/hiloteam/Hilo3d/commit/2f68dc101b9848d3252e4112fbea9eb441870f10))
13
+ * add uniform buffer object support ([03d2fa3](https://github.com/hiloteam/Hilo3d/commit/03d2fa3630664c04b79a163c969e443e95594070))
14
+
15
+
16
+
17
+ # [1.17.0](https://github.com/hiloteam/Hilo3d/compare/1.16.4...1.17.0) (2022-12-19)
2
18
 
3
19
 
4
20
  ### Features
package/README.md CHANGED
@@ -10,7 +10,7 @@ English | [简体中文](./README_ZH.md)
10
10
 
11
11
  ### Features
12
12
  * Compatible for multiple mobile and desktop browsers.
13
- * Lightweight, only `100kb` after gzip.
13
+ * Lightweight, only `110kb` after gzip.
14
14
  * Physically-based rendering support.
15
15
  * Perfect support for glTF models.
16
16
 
@@ -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.17.0/build/Hilo3d.js'></script>
26
+ <script src='//cdn.jsdelivr.net/npm/hilo3d@1.18.0/build/Hilo3d.js'></script>
27
27
  ```
28
28
 
29
29
  ### Documentation
@@ -37,6 +37,9 @@ English | [简体中文](./README_ZH.md)
37
37
  * run `npm run test` to run tests.
38
38
 
39
39
  ### Showcase
40
+ * 淘宝人生
41
+
42
+ ![淘宝人生](https://raw.githubusercontent.com/06wj/06wj.github.com/master/images/hilo3d/tbrs.gif)
40
43
 
41
44
  * 堆堆乐
42
45
 
@@ -121,5 +124,5 @@ English | [简体中文](./README_ZH.md)
121
124
  [npm-url]: https://www.npmjs.com/package/hilo3d
122
125
  [size-image]:https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square
123
126
  [ci-url]:https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev
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.17.0/build/Hilo3d.js
127
+ [ci-image]:https://img.shields.io/github/actions/workflow/status/hiloteam/Hilo3d/npm_test.yml?branch=dev
128
+ [cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.18.0/build/Hilo3d.js
package/README_ZH.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  ### 特性
12
12
  * Compatible for multiple mobile and desktop browsers.
13
- * Lightweight, only `100kb` after gzip.
13
+ * Lightweight, only `110kb` after gzip.
14
14
  * Physically-based rendering support.
15
15
  * Perfect support for glTF models.
16
16
 
@@ -23,7 +23,7 @@
23
23
  * 使用 script 标签加载 [cdn][cdn-url]
24
24
 
25
25
  ```
26
- <script src='//cdn.jsdelivr.net/npm/hilo3d@1.17.0/build/Hilo3d.js'></script>
26
+ <script src='//cdn.jsdelivr.net/npm/hilo3d@1.18.0/build/Hilo3d.js'></script>
27
27
  ```
28
28
 
29
29
  ### 文档
@@ -37,6 +37,10 @@
37
37
  * 运行 `npm run test` 运行测试用例。
38
38
 
39
39
  ### 案例
40
+ * 淘宝人生
41
+
42
+ ![淘宝人生](https://raw.githubusercontent.com/06wj/06wj.github.com/master/images/hilo3d/tbrs.gif)
43
+
40
44
  * 堆堆乐
41
45
 
42
46
  ![堆堆乐](https://raw.githubusercontent.com/06wj/06wj.github.com/master/images/hilo3d/ddl.gif)
@@ -121,5 +125,5 @@
121
125
  [npm-url]: https://www.npmjs.com/package/hilo3d
122
126
  [size-image]:https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square
123
127
  [ci-url]:https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev
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.17.0/build/Hilo3d.js
128
+ [ci-image]:https://img.shields.io/github/actions/workflow/status/hiloteam/Hilo3d/npm_test.yml?branch=dev
129
+ [cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.18.0/build/Hilo3d.js