Skip to content

Cubism 4 SDK for Web R6

Compare
Choose a tag to compare
@wada-at-live2d-com wada-at-live2d-com released this 21 Feb 02:41
· 18 commits to master since this release
4a93cd5

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.