Skip to content

Commit 4a93cd5

Browse files
Merge pull request #18 from Live2D/develop
Update to Cubism 4 SDK for Web R6
2 parents b3d289f + 0027567 commit 4a93cd5

File tree

11 files changed

+1263
-503
lines changed

11 files changed

+1263
-503
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77

8+
## [4-r.6] - 2023-02-21
9+
10+
### Added
11+
12+
* Add support for high-precision masks.
13+
* The number of render textures used can now be increased arbitrarily.
14+
* The maximum number of masks when using multiple render textures has been increased to "number of render textures * 32".
15+
* Add API to allow users to configure culling.
16+
17+
### Changed
18+
19+
* Change to not reference `CubismClippingManager_WebGL` on models that do not use clipping masks.
20+
21+
### Fixed
22+
23+
* Fix a crash when a `WebGLRenderingContext` is not registered with `Cubism Renderer_WebGL`.
24+
* It now displays a warning and does not draw models.
25+
* Fix a bug when displaying a model with culling set, some of the other drawn images are missing.
26+
* Fix a bug that caused update information for some models not to be updated when multiple models are displayed.
27+
* Call the function to extend the initial memory with CubismFramework.initialize(). See `CHANGELOG.md` in Core.
28+
29+
830
## [4-r.5] - 2022-09-08
931

1032
### Added
@@ -126,6 +148,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
126148
* Reformat code using Prettier and ESLint.
127149

128150

151+
[4-r.6]: https://github.com/Live2D/CubismWebFramework/compare/4-r.5...4-r.6
129152
[4-r.5]: https://github.com/Live2D/CubismWebFramework/compare/4-r.5-beta.5...4-r.5
130153
[4-r.5-beta.5]: https://github.com/Live2D/CubismWebFramework/compare/4-r.5-beta.4...4-r.5-beta.5
131154
[4-r.5-beta.4]: https://github.com/Live2D/CubismWebFramework/compare/4-r.5-beta.3...4-r.5-beta.4

README.ja.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ Live2D Cubism 4 Editor で出力したモデルをアプリケーションで利
2121

2222
### Node.js
2323

24-
* 18.8.0
25-
* 16.17.0
26-
* 14.20.0
24+
* 19.6.0
25+
* 18.14.0
26+
* 16.19.0
27+
* 14.21.2
2728

2829

2930
### TypeScript
3031

31-
4.8.2
32+
4.9.5
3233

3334

3435
## 開発環境構築

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ Please check the [license](LICENSE.md) before using this SDK.
2121

2222
### Node.js
2323

24-
* 18.8.0
25-
* 16.17.0
26-
* 14.20.0
24+
* 19.6.0
25+
* 18.14.0
26+
* 16.19.0
27+
* 14.21.2
2728

2829

2930
### TypeScript
3031

31-
4.8.2
32+
4.9.5
3233

3334

3435
## Development environment construction

0 commit comments

Comments
 (0)