Skip to content

Commit

Permalink
publish 1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
06wj committed Aug 24, 2022
1 parent 89d0c3f commit 66a1256
Show file tree
Hide file tree
Showing 192 changed files with 5,404 additions and 586 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.16.3](https://github.com/hiloteam/Hilo3d/compare/1.16.1...1.16.3) (2022-08-24)


### Bug Fixes

* Fix animation normalization bug ([35b5d19](https://github.com/hiloteam/Hilo3d/commit/35b5d194777e8d7fc3b5b3c1adc853a372e50d68))
* Fix pointerChildren value judgment error during node raycast ([4eee579](https://github.com/hiloteam/Hilo3d/commit/4eee5798cc5eefe7451af8d8317ecc1fe3d6e333))
* frontface should be set in all cases ([6ccc39d](https://github.com/hiloteam/Hilo3d/commit/6ccc39de8ad048acd2602e5005c942422ac320fe))
* in KHR_techniques_webgl, premultiplyAlpha of material default value should be false ([bdf4100](https://github.com/hiloteam/Hilo3d/commit/bdf41003b803c50fad7e43ec9992c6fc33a14111))
* in some cases, detecting the supportTransform property will report an error ([9215ba6](https://github.com/hiloteam/Hilo3d/commit/9215ba663bb44a4838cfe71ddf300be0dd8ef2b4))


### Features

* add lightManager.updateCustomInfo ([cc6d95b](https://github.com/hiloteam/Hilo3d/commit/cc6d95bae1b1d8732e066314a7511a13dbe71991))



## [1.16.2](https://github.com/hiloteam/Hilo3d/compare/1.16.1...1.16.2) (2022-03-24)


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='//cdn.jsdelivr.net/npm/[email protected].2/build/Hilo3d.js'></script>
<script src='//cdn.jsdelivr.net/npm/[email protected].3/build/Hilo3d.js'></script>
```

### Documentation
Expand Down Expand Up @@ -122,4 +122,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://cdn.jsdelivr.net/npm/[email protected].2/build/Hilo3d.js
[cdn-url]: https://cdn.jsdelivr.net/npm/[email protected].3/build/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='//cdn.jsdelivr.net/npm/[email protected].2/build/Hilo3d.js'></script>
<script src='//cdn.jsdelivr.net/npm/[email protected].3/build/Hilo3d.js'></script>
```
### 文档
Expand Down Expand Up @@ -122,4 +122,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://cdn.jsdelivr.net/npm/[email protected].2/build/Hilo3d.js
[cdn-url]: https://cdn.jsdelivr.net/npm/[email protected].3/build/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.

24 changes: 23 additions & 1 deletion docs/AmbientLight.html
Original file line number Diff line number Diff line change
Expand Up @@ -4721,6 +4721,18 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li data-name="LightManager#className"><a href="LightManager.html#className">className</a></li>

<li data-name="LightManager#ambientLights"><a href="LightManager.html#ambientLights">ambientLights</a></li>

<li data-name="LightManager#directionalLights"><a href="LightManager.html#directionalLights">directionalLights</a></li>

<li data-name="LightManager#pointLights"><a href="LightManager.html#pointLights">pointLights</a></li>

<li data-name="LightManager#spotLights"><a href="LightManager.html#spotLights">spotLights</a></li>

<li data-name="LightManager#areaLights"><a href="LightManager.html#areaLights">areaLights</a></li>

<li data-name="LightManager#updateCustomInfo"><a href="LightManager.html#updateCustomInfo">updateCustomInfo</a></li>

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

Expand Down Expand Up @@ -6613,6 +6625,8 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li data-name="Euler#order"><a href="Euler.html#order">order</a></li>

<li data-name="Euler#elements"><a href="Euler.html#elements">elements</a></li>

<li data-name="Euler#degX"><a href="Euler.html#degX">degX</a></li>

<li data-name="Euler#degY"><a href="Euler.html#degY">degY</a></li>
Expand Down Expand Up @@ -6684,6 +6698,8 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li class="inherited-member" data-name="EulerNotifier#order"><a href="EulerNotifier.html#order">order</a></li>

<li class="inherited-member" data-name="EulerNotifier#elements"><a href="EulerNotifier.html#elements">elements</a></li>

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

Expand Down Expand Up @@ -7093,6 +7109,10 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li data-name="Plane#isPlane"><a href="Plane.html#isPlane">isPlane</a></li>

<li data-name="Plane#normal"><a href="Plane.html#normal">normal</a></li>

<li data-name="Plane#distance"><a href="Plane.html#distance">distance</a></li>

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

Expand Down Expand Up @@ -7132,6 +7152,8 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li data-name="Quaternion#isQuaternion"><a href="Quaternion.html#isQuaternion">isQuaternion</a></li>

<li data-name="Quaternion#elements"><a href="Quaternion.html#elements">elements</a></li>

<li data-name="Quaternion#x"><a href="Quaternion.html#x">x</a></li>

<li data-name="Quaternion#y"><a href="Quaternion.html#y">y</a></li>
Expand Down Expand Up @@ -10378,7 +10400,7 @@ <h4 class="name" id="createShadowMap">


<footer>
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a>
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>
</footer>
</div>
</div>
Expand Down
24 changes: 23 additions & 1 deletion docs/Animation.html
Original file line number Diff line number Diff line change
Expand Up @@ -4721,6 +4721,18 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li data-name="LightManager#className"><a href="LightManager.html#className">className</a></li>

<li data-name="LightManager#ambientLights"><a href="LightManager.html#ambientLights">ambientLights</a></li>

<li data-name="LightManager#directionalLights"><a href="LightManager.html#directionalLights">directionalLights</a></li>

<li data-name="LightManager#pointLights"><a href="LightManager.html#pointLights">pointLights</a></li>

<li data-name="LightManager#spotLights"><a href="LightManager.html#spotLights">spotLights</a></li>

<li data-name="LightManager#areaLights"><a href="LightManager.html#areaLights">areaLights</a></li>

<li data-name="LightManager#updateCustomInfo"><a href="LightManager.html#updateCustomInfo">updateCustomInfo</a></li>

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

Expand Down Expand Up @@ -6613,6 +6625,8 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li data-name="Euler#order"><a href="Euler.html#order">order</a></li>

<li data-name="Euler#elements"><a href="Euler.html#elements">elements</a></li>

<li data-name="Euler#degX"><a href="Euler.html#degX">degX</a></li>

<li data-name="Euler#degY"><a href="Euler.html#degY">degY</a></li>
Expand Down Expand Up @@ -6684,6 +6698,8 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li class="inherited-member" data-name="EulerNotifier#order"><a href="EulerNotifier.html#order">order</a></li>

<li class="inherited-member" data-name="EulerNotifier#elements"><a href="EulerNotifier.html#elements">elements</a></li>

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

Expand Down Expand Up @@ -7093,6 +7109,10 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li data-name="Plane#isPlane"><a href="Plane.html#isPlane">isPlane</a></li>

<li data-name="Plane#normal"><a href="Plane.html#normal">normal</a></li>

<li data-name="Plane#distance"><a href="Plane.html#distance">distance</a></li>

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

Expand Down Expand Up @@ -7132,6 +7152,8 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li data-name="Quaternion#isQuaternion"><a href="Quaternion.html#isQuaternion">isQuaternion</a></li>

<li data-name="Quaternion#elements"><a href="Quaternion.html#elements">elements</a></li>

<li data-name="Quaternion#x"><a href="Quaternion.html#x">x</a></li>

<li data-name="Quaternion#y"><a href="Quaternion.html#y">y</a></li>
Expand Down Expand Up @@ -11203,7 +11225,7 @@ <h5>Returns:</h5>


<footer>
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a>
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>
</footer>
</div>
</div>
Expand Down
34 changes: 28 additions & 6 deletions docs/AnimationStates.html
Original file line number Diff line number Diff line change
Expand Up @@ -4721,6 +4721,18 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li data-name="LightManager#className"><a href="LightManager.html#className">className</a></li>

<li data-name="LightManager#ambientLights"><a href="LightManager.html#ambientLights">ambientLights</a></li>

<li data-name="LightManager#directionalLights"><a href="LightManager.html#directionalLights">directionalLights</a></li>

<li data-name="LightManager#pointLights"><a href="LightManager.html#pointLights">pointLights</a></li>

<li data-name="LightManager#spotLights"><a href="LightManager.html#spotLights">spotLights</a></li>

<li data-name="LightManager#areaLights"><a href="LightManager.html#areaLights">areaLights</a></li>

<li data-name="LightManager#updateCustomInfo"><a href="LightManager.html#updateCustomInfo">updateCustomInfo</a></li>

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

Expand Down Expand Up @@ -6613,6 +6625,8 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li data-name="Euler#order"><a href="Euler.html#order">order</a></li>

<li data-name="Euler#elements"><a href="Euler.html#elements">elements</a></li>

<li data-name="Euler#degX"><a href="Euler.html#degX">degX</a></li>

<li data-name="Euler#degY"><a href="Euler.html#degY">degY</a></li>
Expand Down Expand Up @@ -6684,6 +6698,8 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li class="inherited-member" data-name="EulerNotifier#order"><a href="EulerNotifier.html#order">order</a></li>

<li class="inherited-member" data-name="EulerNotifier#elements"><a href="EulerNotifier.html#elements">elements</a></li>

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

Expand Down Expand Up @@ -7093,6 +7109,10 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li data-name="Plane#isPlane"><a href="Plane.html#isPlane">isPlane</a></li>

<li data-name="Plane#normal"><a href="Plane.html#normal">normal</a></li>

<li data-name="Plane#distance"><a href="Plane.html#distance">distance</a></li>

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

Expand Down Expand Up @@ -7132,6 +7152,8 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li data-name="Quaternion#isQuaternion"><a href="Quaternion.html#isQuaternion">isQuaternion</a></li>

<li data-name="Quaternion#elements"><a href="Quaternion.html#elements">elements</a></li>

<li data-name="Quaternion#x"><a href="Quaternion.html#x">x</a></li>

<li data-name="Quaternion#y"><a href="Quaternion.html#y">y</a></li>
Expand Down Expand Up @@ -10467,7 +10489,7 @@ <h4 class="name" id="updateNodeTranslation">


<div class="tag-source">
<a href="animation_AnimationStates.js.html">animation/AnimationStates.js</a>, <a href="animation_AnimationStates.js.html#line293">line 293</a>
<a href="animation_AnimationStates.js.html">animation/AnimationStates.js</a>, <a href="animation_AnimationStates.js.html#line289">line 289</a>
</div>

</div>
Expand Down Expand Up @@ -10605,7 +10627,7 @@ <h4 class="name" id="updateNodeScale">


<div class="tag-source">
<a href="animation_AnimationStates.js.html">animation/AnimationStates.js</a>, <a href="animation_AnimationStates.js.html#line303">line 303</a>
<a href="animation_AnimationStates.js.html">animation/AnimationStates.js</a>, <a href="animation_AnimationStates.js.html#line299">line 299</a>
</div>

</div>
Expand Down Expand Up @@ -10743,7 +10765,7 @@ <h4 class="name" id="updateNodeQuaternion">


<div class="tag-source">
<a href="animation_AnimationStates.js.html">animation/AnimationStates.js</a>, <a href="animation_AnimationStates.js.html#line313">line 313</a>
<a href="animation_AnimationStates.js.html">animation/AnimationStates.js</a>, <a href="animation_AnimationStates.js.html#line309">line 309</a>
</div>

</div>
Expand Down Expand Up @@ -10881,7 +10903,7 @@ <h4 class="name" id="updateNodeState">


<div class="tag-source">
<a href="animation_AnimationStates.js.html">animation/AnimationStates.js</a>, <a href="animation_AnimationStates.js.html#line347">line 347</a>
<a href="animation_AnimationStates.js.html">animation/AnimationStates.js</a>, <a href="animation_AnimationStates.js.html#line343">line 343</a>
</div>

</div>
Expand Down Expand Up @@ -11019,7 +11041,7 @@ <h4 class="name" id="clone">


<div class="tag-source">
<a href="animation_AnimationStates.js.html">animation/AnimationStates.js</a>, <a href="animation_AnimationStates.js.html#line372">line 372</a>
<a href="animation_AnimationStates.js.html">animation/AnimationStates.js</a>, <a href="animation_AnimationStates.js.html#line368">line 368</a>
</div>

</div>
Expand Down Expand Up @@ -11123,7 +11145,7 @@ <h5>Returns:</h5>


<footer>
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a>
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>
</footer>
</div>
</div>
Expand Down
24 changes: 23 additions & 1 deletion docs/AreaLight.html
Original file line number Diff line number Diff line change
Expand Up @@ -4721,6 +4721,18 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li data-name="LightManager#className"><a href="LightManager.html#className">className</a></li>

<li data-name="LightManager#ambientLights"><a href="LightManager.html#ambientLights">ambientLights</a></li>

<li data-name="LightManager#directionalLights"><a href="LightManager.html#directionalLights">directionalLights</a></li>

<li data-name="LightManager#pointLights"><a href="LightManager.html#pointLights">pointLights</a></li>

<li data-name="LightManager#spotLights"><a href="LightManager.html#spotLights">spotLights</a></li>

<li data-name="LightManager#areaLights"><a href="LightManager.html#areaLights">areaLights</a></li>

<li data-name="LightManager#updateCustomInfo"><a href="LightManager.html#updateCustomInfo">updateCustomInfo</a></li>

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

Expand Down Expand Up @@ -6613,6 +6625,8 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li data-name="Euler#order"><a href="Euler.html#order">order</a></li>

<li data-name="Euler#elements"><a href="Euler.html#elements">elements</a></li>

<li data-name="Euler#degX"><a href="Euler.html#degX">degX</a></li>

<li data-name="Euler#degY"><a href="Euler.html#degY">degY</a></li>
Expand Down Expand Up @@ -6684,6 +6698,8 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li class="inherited-member" data-name="EulerNotifier#order"><a href="EulerNotifier.html#order">order</a></li>

<li class="inherited-member" data-name="EulerNotifier#elements"><a href="EulerNotifier.html#elements">elements</a></li>

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

Expand Down Expand Up @@ -7093,6 +7109,10 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li data-name="Plane#isPlane"><a href="Plane.html#isPlane">isPlane</a></li>

<li data-name="Plane#normal"><a href="Plane.html#normal">normal</a></li>

<li data-name="Plane#distance"><a href="Plane.html#distance">distance</a></li>

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

Expand Down Expand Up @@ -7132,6 +7152,8 @@ <h3 class="applicationName"><a href="index.html"></a></h3>

<li data-name="Quaternion#isQuaternion"><a href="Quaternion.html#isQuaternion">isQuaternion</a></li>

<li data-name="Quaternion#elements"><a href="Quaternion.html#elements">elements</a></li>

<li data-name="Quaternion#x"><a href="Quaternion.html#x">x</a></li>

<li data-name="Quaternion#y"><a href="Quaternion.html#y">y</a></li>
Expand Down Expand Up @@ -10659,7 +10681,7 @@ <h4 class="name" id="createShadowMap">


<footer>
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a>
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a>
</footer>
</div>
</div>
Expand Down
Loading

0 comments on commit 66a1256

Please sign in to comment.