Skip to content

Commit

Permalink
publish 1.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
06wj committed Jul 7, 2020
1 parent 8168c64 commit 7d4899d
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 15 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.15.4](https://github.com/hiloteam/Hilo3d/compare/1.15.3...1.15.4) (2020-07-07)


### Bug Fixes

* skeleton.clone should also clone jointNames ([8168c64](https://github.com/hiloteam/Hilo3d/commit/8168c6457fb51f5d5df1119dde202956b0a5ac8e))



## [1.15.3](https://github.com/hiloteam/Hilo3d/compare/1.15.2...1.15.3) (2020-07-03)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ English | [简体中文](./README_ZH.md)
* use script tag from a [cdn][cdn-url]

```
<script src='//g.alicdn.com/hilo/Hilo3d/1.15.3/Hilo3d.js'></script>
<script src='//g.alicdn.com/hilo/Hilo3d/1.15.4/Hilo3d.js'></script>
```

### Documentation
Expand Down Expand Up @@ -119,4 +119,4 @@ English | [简体中文](./README_ZH.md)
[size-image]:https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square
[ci-url]:https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev
[ci-image]:https://img.shields.io/github/workflow/status/hiloteam/Hilo3d/npm%20test?style=flat-square
[cdn-url]: https://g.alicdn.com/hilo/Hilo3d/1.15.3/Hilo3d.js
[cdn-url]: https://g.alicdn.com/hilo/Hilo3d/1.15.4/Hilo3d.js
4 changes: 2 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* 使用 script 标签加载 [cdn][cdn-url]
```
<script src='//g.alicdn.com/hilo/Hilo3d/1.15.3/Hilo3d.js'></script>
<script src='//g.alicdn.com/hilo/Hilo3d/1.15.4/Hilo3d.js'></script>
```
### 文档
Expand Down Expand Up @@ -120,4 +120,4 @@
[size-image]:https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square
[ci-url]:https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev
[ci-image]:https://img.shields.io/github/workflow/status/hiloteam/Hilo3d/npm%20test?style=flat-square
[cdn-url]: https://g.alicdn.com/hilo/Hilo3d/1.15.3/Hilo3d.js
[cdn-url]: https://g.alicdn.com/hilo/Hilo3d/1.15.4/Hilo3d.js
4 changes: 2 additions & 2 deletions build/Hilo3d.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/Hilo3d.single.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/math.single.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/core_Skeleton.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -7846,7 +7846,7 @@ <h1 class="page-title" data-filename="core_Skeleton.js.html">Source: core/Skelet
*/
copy(skeleton, rootNode) {
this.inverseBindMatrices = skeleton.inverseBindMatrices;
this.jointNames = skeleton.jointNames;
this.jointNames = skeleton.jointNames.slice();
if (rootNode === undefined) {
rootNode = skeleton.rootNode;
}
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7737,7 +7737,7 @@ <h3> </h3>
<h3 align="center">A 3D WebGL Rendering Engine</h3>
<hr>
<p><a href="#Installation">Installation</a><a href="#Documentation">Documentation</a><a href="#Development">Development</a><a href="#Showcase">Showcase</a><a href="#Examples">Examples</a><a href="#Authors">Authors</a><a href="#License">License</a></p>
<p><a target="_blank" href="https://www.npmjs.com/package/hilo3d"><img src="https://img.shields.io/npm/v/hilo3d.svg?style=flat-square" alt="npm"></a> <a target="_blank" href="https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev"><img src="https://img.shields.io/github/workflow/status/hiloteam/Hilo3d/npm%20test?style=flat-square" alt="ci"></a> <a target="_blank" href="https://g.alicdn.com/hilo/Hilo3d/1.15.3/Hilo3d.js"><img src="https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&amp;style=flat-square" alt="size"></a> <a target="_blank" href="https://gitter.im/hiloteam/Hilo3d?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge&amp;utm_content=badge"><img src="https://img.shields.io/badge/GITTER-join%20chat-green.svg?style=flat-square" alt="gitter.im"></a></p>
<p><a target="_blank" href="https://www.npmjs.com/package/hilo3d"><img src="https://img.shields.io/npm/v/hilo3d.svg?style=flat-square" alt="npm"></a> <a target="_blank" href="https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev"><img src="https://img.shields.io/github/workflow/status/hiloteam/Hilo3d/npm%20test?style=flat-square" alt="ci"></a> <a target="_blank" href="https://g.alicdn.com/hilo/Hilo3d/1.15.4/Hilo3d.js"><img src="https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&amp;style=flat-square" alt="size"></a> <a target="_blank" href="https://gitter.im/hiloteam/Hilo3d?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge&amp;utm_content=badge"><img src="https://img.shields.io/badge/GITTER-join%20chat-green.svg?style=flat-square" alt="gitter.im"></a></p>
<h3>Features</h3>
<ul>
<li>Compatible for multiple mobile and desktop browsers.</li>
Expand All @@ -7753,8 +7753,8 @@ <h3 id="Installation">Installation</h3>
</code></pre>
</li>
<li>
<p>use script tag from a <a target="_blank" href="https://g.alicdn.com/hilo/Hilo3d/1.15.3/Hilo3d.js">cdn</a></p>
<pre class="prettyprint source"><code>&lt;script src='//g.alicdn.com/hilo/Hilo3d/1.15.3/Hilo3d.js'>&lt;/script>
<p>use script tag from a <a target="_blank" href="https://g.alicdn.com/hilo/Hilo3d/1.15.4/Hilo3d.js">cdn</a></p>
<pre class="prettyprint source"><code>&lt;script src='//g.alicdn.com/hilo/Hilo3d/1.15.4/Hilo3d.js'>&lt;/script>
</code></pre>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hilo3d",
"version": "1.15.3",
"version": "1.15.4",
"description": "Hilo3d, a WebGL 3d engine.",
"main": "build/Hilo3d.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 7d4899d

Please sign in to comment.