Update to Cubism 4 SDK for Web R6
This commit is contained in:
23
CHANGELOG.md
23
CHANGELOG.md
@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
|
||||
## [4-r.6] - 2023-02-21
|
||||
|
||||
### Added
|
||||
|
||||
* Add support for high-precision masks.
|
||||
* The number of render textures used can now be increased arbitrarily.
|
||||
* The maximum number of masks when using multiple render textures has been increased to "number of render textures * 32".
|
||||
* Add API to allow users to configure culling.
|
||||
|
||||
### Changed
|
||||
|
||||
* Change to not reference `CubismClippingManager_WebGL` on models that do not use clipping masks.
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fix a crash when a `WebGLRenderingContext` is not registered with `Cubism Renderer_WebGL`.
|
||||
* It now displays a warning and does not draw models.
|
||||
* Fix a bug when displaying a model with culling set, some of the other drawn images are missing.
|
||||
* Fix a bug that caused update information for some models not to be updated when multiple models are displayed.
|
||||
* Call the function to extend the initial memory with CubismFramework.initialize(). See `CHANGELOG.md` in Core.
|
||||
|
||||
|
||||
## [4-r.5] - 2022-09-08
|
||||
|
||||
### Added
|
||||
@ -126,6 +148,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
* Reformat code using Prettier and ESLint.
|
||||
|
||||
|
||||
[4-r.6]: https://github.com/Live2D/CubismWebFramework/compare/4-r.5...4-r.6
|
||||
[4-r.5]: https://github.com/Live2D/CubismWebFramework/compare/4-r.5-beta.5...4-r.5
|
||||
[4-r.5-beta.5]: https://github.com/Live2D/CubismWebFramework/compare/4-r.5-beta.4...4-r.5-beta.5
|
||||
[4-r.5-beta.4]: https://github.com/Live2D/CubismWebFramework/compare/4-r.5-beta.3...4-r.5-beta.4
|
||||
|
Reference in New Issue
Block a user