Skip to content

Cubism 5 SDK for Java R1

Compare
Choose a tag to compare
@wada-at-live2d-com wada-at-live2d-com released this 26 Mar 02:37
· 8 commits to master since this release
c453607

Added

  • Add type constraint to the generics type of getRenderer function in CubismUserModel.
  • Add function modF() to compute floating-point remainder in CubismMath class.

Changed

  • Change the default value of the flag for debugging from true to false.
  • Change to output log if the argument motionQueueEntry is null in the updateFadeWeight() function of the ACubismMotion class.

Deprecated

  • Deprecate the fadeWeight variable and the getFadeWeight() function of the CubismExpressionMotion class.
    • The fadeWeight variable of the CubismExpressionMotion class can cause problems.
    • Please use the getFadeWeight() function of the CubismExpressionMotionManager class with one argument from now on.
  • The startMotion() function of the CubismMotionQueueManager class with the unnecessary second argument userTimeSeconds is deprecated.
    • Please use the startMotion() function with one argument from now on.

Fixed

  • Fix a bug that caused incorrect weight values when expression motions were shared by multiple models.
    • Change the way fadeWeight is managed for expression motions.