Skip to content

Commit 14e5202

Browse files
committed
publish 1.15.19
1 parent eaae512 commit 14e5202

File tree

192 files changed

+1050
-209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+1050
-209
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.15.19](https://github.com/hiloteam/Hilo3d/compare/1.15.18...1.15.19) (2021-05-20)
2+
3+
4+
### Features
5+
6+
* add wrapS & wrapT property of the framebuffer ([eaae512](https://github.com/hiloteam/Hilo3d/commit/eaae5129fc4324ece40d652bf7b76c625ef36d9b))
7+
8+
9+
110
## [1.15.18](https://github.com/hiloteam/Hilo3d/compare/1.15.17...1.15.18) (2021-05-14)
211
* update doc & .d.ts
312

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ English | [简体中文](./README_ZH.md)
2323
* use script tag from a [cdn][cdn-url]
2424

2525
```
26-
<script src='//cdn.jsdelivr.net/npm/hilo3d@1.15.18/build/Hilo3d.js'></script>
26+
<script src='//cdn.jsdelivr.net/npm/hilo3d@1.15.19/build/Hilo3d.js'></script>
2727
```
2828

2929
### Documentation
@@ -122,4 +122,4 @@ English | [简体中文](./README_ZH.md)
122122
[size-image]:https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square
123123
[ci-url]:https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev
124124
[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.18/build/Hilo3d.js
125+
[cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.15.19/build/Hilo3d.js

README_ZH.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* 使用 script 标签加载 [cdn][cdn-url]
2424
2525
```
26-
<script src='<script src='//cdn.jsdelivr.net/npm/hilo3d@1.15.18/build/Hilo3d.js'></script>'></script>
26+
<script src='<script src='//cdn.jsdelivr.net/npm/hilo3d@1.15.19/build/Hilo3d.js'></script>'></script>
2727
```
2828
2929
### 文档
@@ -122,4 +122,4 @@
122122
[size-image]:https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square
123123
[ci-url]:https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev
124124
[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.18/build/Hilo3d.js
125+
[cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.15.19/build/Hilo3d.js

build/Hilo3d.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/Hilo3d.single.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/math.single.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/AmbientLight.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7862,6 +7862,10 @@ <h3 class="applicationName"><a href="index.html"></a></h3>
78627862

78637863
<li data-name="Framebuffer#magFilter"><a href="Framebuffer.html#magFilter">magFilter</a></li>
78647864

7865+
<li data-name="Framebuffer#wrapS"><a href="Framebuffer.html#wrapS">wrapS</a></li>
7866+
7867+
<li data-name="Framebuffer#wrapT"><a href="Framebuffer.html#wrapT">wrapT</a></li>
7868+
78657869
<li data-name="Framebuffer#data"><a href="Framebuffer.html#data">data</a></li>
78667870

78677871
<li data-name="Framebuffer#attachment"><a href="Framebuffer.html#attachment">attachment</a></li>
@@ -10356,7 +10360,7 @@ <h4 class="name" id="createShadowMap">
1035610360

1035710361

1035810362
<footer>
10359-
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a>
10363+
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>
1036010364
</footer>
1036110365
</div>
1036210366
</div>

docs/Animation.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7862,6 +7862,10 @@ <h3 class="applicationName"><a href="index.html"></a></h3>
78627862

78637863
<li data-name="Framebuffer#magFilter"><a href="Framebuffer.html#magFilter">magFilter</a></li>
78647864

7865+
<li data-name="Framebuffer#wrapS"><a href="Framebuffer.html#wrapS">wrapS</a></li>
7866+
7867+
<li data-name="Framebuffer#wrapT"><a href="Framebuffer.html#wrapT">wrapT</a></li>
7868+
78657869
<li data-name="Framebuffer#data"><a href="Framebuffer.html#data">data</a></li>
78667870

78677871
<li data-name="Framebuffer#attachment"><a href="Framebuffer.html#attachment">attachment</a></li>
@@ -11181,7 +11185,7 @@ <h5>Returns:</h5>
1118111185

1118211186

1118311187
<footer>
11184-
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a>
11188+
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>
1118511189
</footer>
1118611190
</div>
1118711191
</div>

docs/AnimationStates.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7862,6 +7862,10 @@ <h3 class="applicationName"><a href="index.html"></a></h3>
78627862

78637863
<li data-name="Framebuffer#magFilter"><a href="Framebuffer.html#magFilter">magFilter</a></li>
78647864

7865+
<li data-name="Framebuffer#wrapS"><a href="Framebuffer.html#wrapS">wrapS</a></li>
7866+
7867+
<li data-name="Framebuffer#wrapT"><a href="Framebuffer.html#wrapT">wrapT</a></li>
7868+
78657869
<li data-name="Framebuffer#data"><a href="Framebuffer.html#data">data</a></li>
78667870

78677871
<li data-name="Framebuffer#attachment"><a href="Framebuffer.html#attachment">attachment</a></li>
@@ -11101,7 +11105,7 @@ <h5>Returns:</h5>
1110111105

1110211106

1110311107
<footer>
11104-
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a>
11108+
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>
1110511109
</footer>
1110611110
</div>
1110711111
</div>

docs/AreaLight.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7862,6 +7862,10 @@ <h3 class="applicationName"><a href="index.html"></a></h3>
78627862

78637863
<li data-name="Framebuffer#magFilter"><a href="Framebuffer.html#magFilter">magFilter</a></li>
78647864

7865+
<li data-name="Framebuffer#wrapS"><a href="Framebuffer.html#wrapS">wrapS</a></li>
7866+
7867+
<li data-name="Framebuffer#wrapT"><a href="Framebuffer.html#wrapT">wrapT</a></li>
7868+
78657869
<li data-name="Framebuffer#data"><a href="Framebuffer.html#data">data</a></li>
78667870

78677871
<li data-name="Framebuffer#attachment"><a href="Framebuffer.html#attachment">attachment</a></li>
@@ -10637,7 +10641,7 @@ <h4 class="name" id="createShadowMap">
1063710641

1063810642

1063910643
<footer>
10640-
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a>
10644+
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>
1064110645
</footer>
1064210646
</div>
1064310647
</div>

0 commit comments

Comments
 (0)