Skip to content

Cubism 5 SDK for Java R1 beta1

Choose a tag to compare

@wada-at-live2d-com wada-at-live2d-com released this 17 Aug 02:34
· 18 commits to master since this release
2c93022

Added

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

Changed

  • Change the minimum support version of Android OS to 5.0 (API 21).
  • Unify Offscreen drawing-related terminology with OffscreenSurface.
  • Change the visibility of the CubismId constructor to package-private.

Fixed

  • Fix the structure of the class in renderer.
  • Separate the high precision mask process from the clipping mask setup process.
  • Fix a bug that the value applied by multiply was not appropriate during expression transitions.
  • Fix a issue that CubismIdManager was not used when retrieving CubismId.
    • Please use CubismFramework.getIdManager().getId to get CubismId.

Removed

  • Remove an unnecessary dependency from build.gradle.
  • Remove several arguments of drawMesh function.