Comparing version 1.18.1-shadow.0 to 1.18.1-shadow.1
@@ -1,2 +0,2 @@ | ||
## [1.18.1-shadow.0](https://github.com/hiloteam/Hilo3d/compare/1.18.0...1.18.1-shadow.0) (2023-04-23) | ||
## [1.18.1-shadow.1](https://github.com/hiloteam/Hilo3d/compare/1.18.0...1.18.1-shadow.1) (2023-04-24) | ||
@@ -11,2 +11,3 @@ | ||
* Add material.getShadowMaterial to allow users to customize shadow material ([3171978](https://github.com/hiloteam/Hilo3d/commit/3171978f0e201c5c69eed9b103347c41f438302b)) | ||
* Add the ability to visualize shadow camera for debug ([c49a701](https://github.com/hiloteam/Hilo3d/commit/c49a701000ebb379967bf722448251d63bd963bf)) | ||
@@ -13,0 +14,0 @@ * Add the enableShadow property to lightManager to control whether to generate shadow map ([b448944](https://github.com/hiloteam/Hilo3d/commit/b448944b448ba2ac91f929b9d170dfcc280bc654)) |
{ | ||
"name": "hilo3d", | ||
"version": "1.18.1-shadow.0", | ||
"version": "1.18.1-shadow.1", | ||
"description": "Hilo3d, a WebGL 3d engine.", | ||
@@ -5,0 +5,0 @@ "main": "build/Hilo3d.js", |
@@ -26,3 +26,3 @@ [English](./README.md) | 简体中文 | ||
``` | ||
<script src='//cdn.jsdelivr.net/npm/hilo3d@1.18.1-shadow.0/build/Hilo3d.js'></script> | ||
<script src='//cdn.jsdelivr.net/npm/hilo3d@1.18.1-shadow.1/build/Hilo3d.js'></script> | ||
``` | ||
@@ -130,2 +130,2 @@ | ||
[ci-image]:https://img.shields.io/github/actions/workflow/status/hiloteam/Hilo3d/npm_test.yml?branch=dev | ||
[cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.18.1-shadow.0/build/Hilo3d.js | ||
[cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.18.1-shadow.1/build/Hilo3d.js |
@@ -26,3 +26,3 @@ English | [简体中文](./README_ZH.md) | ||
``` | ||
<script src='//cdn.jsdelivr.net/npm/hilo3d@1.18.1-shadow.0/build/Hilo3d.js'></script> | ||
<script src='//cdn.jsdelivr.net/npm/hilo3d@1.18.1-shadow.1/build/Hilo3d.js'></script> | ||
``` | ||
@@ -129,2 +129,2 @@ | ||
[ci-image]:https://img.shields.io/github/actions/workflow/status/hiloteam/Hilo3d/npm_test.yml?branch=dev | ||
[cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.18.1-shadow.0/build/Hilo3d.js | ||
[cdn-url]: https://cdn.jsdelivr.net/npm/hilo3d@1.18.1-shadow.1/build/Hilo3d.js |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1663549
12291