Skip to content

Cubism 5 SDK for Web R1 beta1

Compare
Choose a tag to compare
@wada-at-live2d-com wada-at-live2d-com released this 17 Aug 02:31
· 10 commits to master since this release
7a409a5

Added

  • Add the function to get the ID of a given parameter.(CubismModel.getParameterId)
  • Add the CubismExpressionMotionManager class.

Changed

  • Change the visibility of the CubismId constructor to private.
    • Please use CubismFramework.getIdManager().getId() to get CubismId.
  • Change the word DrawMesh to DrawMeshWebGL.

Fixed

  • Fix a bug that the value applied by multiply was not appropriate during expression transitions.
  • Fix the structure of the class in renderer.
  • Fix a issue where ARRAY_BUFFER was used on multiple targets.
  • Separate shader class from cubismrenderer class.
  • Separate the high precision mask process from the clipping mask setup process.

Removed

  • Remove several arguments of DrawMesh function.