Cubism 4 SDK for Web R6
wada-at-live2d-com
released this
21 Feb 02:41
·
18 commits
to master
since this release
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 withCubism 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.
- Call the function to extend the initial memory with CubismFramework.initialize(). See