Skip to content

Commit

Permalink
publish 1.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
06wj committed Sep 1, 2020
1 parent 72d7613 commit 1523cc2
Show file tree
Hide file tree
Showing 182 changed files with 8,855 additions and 216 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.15.8](https://github.com/hiloteam/Hilo3d/compare/1.15.7...1.15.8) (2020-09-01)



## [1.15.7](https://github.com/hiloteam/Hilo3d/compare/1.15.6...1.15.7) (2020-08-31)


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.7/Hilo3d.js'></script>
<script src='//g.alicdn.com/hilo/Hilo3d/1.15.8/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.7/Hilo3d.js
[cdn-url]: https://g.alicdn.com/hilo/Hilo3d/1.15.8/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.7/Hilo3d.js'></script>
<script src='//g.alicdn.com/hilo/Hilo3d/1.15.8/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.7/Hilo3d.js
[cdn-url]: https://g.alicdn.com/hilo/Hilo3d/1.15.8/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.

154 changes: 153 additions & 1 deletion docs/AmbientLight.html
Original file line number Diff line number Diff line change
Expand Up @@ -7703,6 +7703,28 @@ <h3 class="applicationName"><a href="index.html"></a></h3>
</ul>
<ul class="methods itemMembers">

<span class="subtitle"><a href="#methods" class="subtitle-name">Methods</a><a class="toggle-inherited" href="javascript:void(0);" type="method">Show Inherited</a></span>

<li data-name="Ticker#addTick"><a href="Ticker.html#addTick">addTick</a></li>

<li data-name="Ticker#removeTick"><a href="Ticker.html#removeTick">removeTick</a></li>

<li data-name="Ticker#start"><a href="Ticker.html#start">start</a></li>

<li data-name="Ticker#stop"><a href="Ticker.html#stop">stop</a></li>

<li data-name="Ticker#pause"><a href="Ticker.html#pause">pause</a></li>

<li data-name="Ticker#resume"><a href="Ticker.html#resume">resume</a></li>

<li data-name="Ticker#timeout"><a href="Ticker.html#timeout">timeout</a></li>

<li data-name="Ticker#interval"><a href="Ticker.html#interval">interval</a></li>

<li data-name="Ticker#nextTick"><a href="Ticker.html#nextTick">nextTick</a></li>

<li data-name="Ticker#getMeasuredFPS"><a href="Ticker.html#getMeasuredFPS">getMeasuredFPS</a></li>

</ul>
<ul class="events itemMembers">

Expand Down Expand Up @@ -7804,7 +7826,137 @@ <h4 class="name" id="AmbientLight">



<p>创建对象的属性参数。可包含此类的所有属性。</p></td>
<p>创建对象的属性参数。可包含此类的所有属性。</p>


<table class="params">
<thead>
<tr>

<th>Name</th>


<th>Type</th>


<th>Default</th>


<th class="last">Description</th>
</tr>
</thead>

<tbody>


<tr>

<td class="name"><code>color</code></td>


<td class="type">


<span class="param-type"><a href="Color.html">Color</a></span>



</td>


<td class="default">

new Color(1, 1, 1)

</td>


<td class="description last">


<span class="optional">optional</span>





<p>光颜色</p></td>
</tr>



<tr>

<td class="name"><code>amount</code></td>


<td class="type">


<span class="param-type">number</span>



</td>


<td class="default">

1

</td>


<td class="description last">


<span class="optional">optional</span>





<p>光强度</p></td>
</tr>



<tr>

<td class="name"><code>[value:string]</code></td>


<td class="type">


<span class="param-type">any</span>



</td>


<td class="default">

</td>


<td class="description last">


<span class="optional">optional</span>





<p>其它属性</p></td>
</tr>


</tbody>
</table>
</td>
</tr>


Expand Down
22 changes: 22 additions & 0 deletions docs/Animation.html
Original file line number Diff line number Diff line change
Expand Up @@ -7703,6 +7703,28 @@ <h3 class="applicationName"><a href="index.html"></a></h3>
</ul>
<ul class="methods itemMembers">

<span class="subtitle"><a href="#methods" class="subtitle-name">Methods</a><a class="toggle-inherited" href="javascript:void(0);" type="method">Show Inherited</a></span>

<li data-name="Ticker#addTick"><a href="Ticker.html#addTick">addTick</a></li>

<li data-name="Ticker#removeTick"><a href="Ticker.html#removeTick">removeTick</a></li>

<li data-name="Ticker#start"><a href="Ticker.html#start">start</a></li>

<li data-name="Ticker#stop"><a href="Ticker.html#stop">stop</a></li>

<li data-name="Ticker#pause"><a href="Ticker.html#pause">pause</a></li>

<li data-name="Ticker#resume"><a href="Ticker.html#resume">resume</a></li>

<li data-name="Ticker#timeout"><a href="Ticker.html#timeout">timeout</a></li>

<li data-name="Ticker#interval"><a href="Ticker.html#interval">interval</a></li>

<li data-name="Ticker#nextTick"><a href="Ticker.html#nextTick">nextTick</a></li>

<li data-name="Ticker#getMeasuredFPS"><a href="Ticker.html#getMeasuredFPS">getMeasuredFPS</a></li>

</ul>
<ul class="events itemMembers">

Expand Down
22 changes: 22 additions & 0 deletions docs/AnimationStates.html
Original file line number Diff line number Diff line change
Expand Up @@ -7703,6 +7703,28 @@ <h3 class="applicationName"><a href="index.html"></a></h3>
</ul>
<ul class="methods itemMembers">

<span class="subtitle"><a href="#methods" class="subtitle-name">Methods</a><a class="toggle-inherited" href="javascript:void(0);" type="method">Show Inherited</a></span>

<li data-name="Ticker#addTick"><a href="Ticker.html#addTick">addTick</a></li>

<li data-name="Ticker#removeTick"><a href="Ticker.html#removeTick">removeTick</a></li>

<li data-name="Ticker#start"><a href="Ticker.html#start">start</a></li>

<li data-name="Ticker#stop"><a href="Ticker.html#stop">stop</a></li>

<li data-name="Ticker#pause"><a href="Ticker.html#pause">pause</a></li>

<li data-name="Ticker#resume"><a href="Ticker.html#resume">resume</a></li>

<li data-name="Ticker#timeout"><a href="Ticker.html#timeout">timeout</a></li>

<li data-name="Ticker#interval"><a href="Ticker.html#interval">interval</a></li>

<li data-name="Ticker#nextTick"><a href="Ticker.html#nextTick">nextTick</a></li>

<li data-name="Ticker#getMeasuredFPS"><a href="Ticker.html#getMeasuredFPS">getMeasuredFPS</a></li>

</ul>
<ul class="events itemMembers">

Expand Down
22 changes: 22 additions & 0 deletions docs/AreaLight.html
Original file line number Diff line number Diff line change
Expand Up @@ -7703,6 +7703,28 @@ <h3 class="applicationName"><a href="index.html"></a></h3>
</ul>
<ul class="methods itemMembers">

<span class="subtitle"><a href="#methods" class="subtitle-name">Methods</a><a class="toggle-inherited" href="javascript:void(0);" type="method">Show Inherited</a></span>

<li data-name="Ticker#addTick"><a href="Ticker.html#addTick">addTick</a></li>

<li data-name="Ticker#removeTick"><a href="Ticker.html#removeTick">removeTick</a></li>

<li data-name="Ticker#start"><a href="Ticker.html#start">start</a></li>

<li data-name="Ticker#stop"><a href="Ticker.html#stop">stop</a></li>

<li data-name="Ticker#pause"><a href="Ticker.html#pause">pause</a></li>

<li data-name="Ticker#resume"><a href="Ticker.html#resume">resume</a></li>

<li data-name="Ticker#timeout"><a href="Ticker.html#timeout">timeout</a></li>

<li data-name="Ticker#interval"><a href="Ticker.html#interval">interval</a></li>

<li data-name="Ticker#nextTick"><a href="Ticker.html#nextTick">nextTick</a></li>

<li data-name="Ticker#getMeasuredFPS"><a href="Ticker.html#getMeasuredFPS">getMeasuredFPS</a></li>

</ul>
<ul class="events itemMembers">

Expand Down
22 changes: 22 additions & 0 deletions docs/AxisHelper.html
Original file line number Diff line number Diff line change
Expand Up @@ -7703,6 +7703,28 @@ <h3 class="applicationName"><a href="index.html"></a></h3>
</ul>
<ul class="methods itemMembers">

<span class="subtitle"><a href="#methods" class="subtitle-name">Methods</a><a class="toggle-inherited" href="javascript:void(0);" type="method">Show Inherited</a></span>

<li data-name="Ticker#addTick"><a href="Ticker.html#addTick">addTick</a></li>

<li data-name="Ticker#removeTick"><a href="Ticker.html#removeTick">removeTick</a></li>

<li data-name="Ticker#start"><a href="Ticker.html#start">start</a></li>

<li data-name="Ticker#stop"><a href="Ticker.html#stop">stop</a></li>

<li data-name="Ticker#pause"><a href="Ticker.html#pause">pause</a></li>

<li data-name="Ticker#resume"><a href="Ticker.html#resume">resume</a></li>

<li data-name="Ticker#timeout"><a href="Ticker.html#timeout">timeout</a></li>

<li data-name="Ticker#interval"><a href="Ticker.html#interval">interval</a></li>

<li data-name="Ticker#nextTick"><a href="Ticker.html#nextTick">nextTick</a></li>

<li data-name="Ticker#getMeasuredFPS"><a href="Ticker.html#getMeasuredFPS">getMeasuredFPS</a></li>

</ul>
<ul class="events itemMembers">

Expand Down
28 changes: 25 additions & 3 deletions docs/AxisNetHelper.html
Original file line number Diff line number Diff line change
Expand Up @@ -7703,6 +7703,28 @@ <h3 class="applicationName"><a href="index.html"></a></h3>
</ul>
<ul class="methods itemMembers">

<span class="subtitle"><a href="#methods" class="subtitle-name">Methods</a><a class="toggle-inherited" href="javascript:void(0);" type="method">Show Inherited</a></span>

<li data-name="Ticker#addTick"><a href="Ticker.html#addTick">addTick</a></li>

<li data-name="Ticker#removeTick"><a href="Ticker.html#removeTick">removeTick</a></li>

<li data-name="Ticker#start"><a href="Ticker.html#start">start</a></li>

<li data-name="Ticker#stop"><a href="Ticker.html#stop">stop</a></li>

<li data-name="Ticker#pause"><a href="Ticker.html#pause">pause</a></li>

<li data-name="Ticker#resume"><a href="Ticker.html#resume">resume</a></li>

<li data-name="Ticker#timeout"><a href="Ticker.html#timeout">timeout</a></li>

<li data-name="Ticker#interval"><a href="Ticker.html#interval">interval</a></li>

<li data-name="Ticker#nextTick"><a href="Ticker.html#nextTick">nextTick</a></li>

<li data-name="Ticker#getMeasuredFPS"><a href="Ticker.html#getMeasuredFPS">getMeasuredFPS</a></li>

</ul>
<ul class="events itemMembers">

Expand Down Expand Up @@ -9629,7 +9651,7 @@ <h4 class="name" id="clone">


<div class="tag-source">
<a href="core_Mesh.js.html">core/Mesh.js</a>, <a href="core_Mesh.js.html#line67">line 67</a>
<a href="core_Mesh.js.html">core/Mesh.js</a>, <a href="core_Mesh.js.html#line70">line 70</a>
</div>

</div>
Expand Down Expand Up @@ -9775,7 +9797,7 @@ <h4 class="name" id="raycast">


<div class="tag-source">
<a href="core_Mesh.js.html">core/Mesh.js</a>, <a href="core_Mesh.js.html#line81">line 81</a>
<a href="core_Mesh.js.html">core/Mesh.js</a>, <a href="core_Mesh.js.html#line84">line 84</a>
</div>

</div>
Expand Down Expand Up @@ -9971,7 +9993,7 @@ <h4 class="name" id="destroy">


<div class="tag-source">
<a href="core_Mesh.js.html">core/Mesh.js</a>, <a href="core_Mesh.js.html#line126">line 126</a>
<a href="core_Mesh.js.html">core/Mesh.js</a>, <a href="core_Mesh.js.html#line129">line 129</a>
</div>

</div>
Expand Down
Loading

0 comments on commit 1523cc2

Please sign in to comment.