Skip to content

Cubism 5 SDK for Web R1

Latest
Compare
Choose a tag to compare
@wada-at-live2d-com wada-at-live2d-com released this 26 Mar 02:35
2d3596a

Added

  • Add function mod() to compute floating-point remainder in CubismMath class.

Changed

  • Change the weight value in Expression from CubismExpressionMotion to have it in the CubismExpressionMotionManager.
  • Reorganize the names of some functions and variables.
    • This is a change that depends on fixing eslintrc.yml.
  • Change to output log if the argument motionQueueEntry is null in the updateFadeWeight() function of the ACubismMotion class.

Fixed

  • Fix eslintrc.yml to conform to the exact wording.

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 third argument userTimeSeconds is deprecated.
    • Please use the startMotion() function with one arguments from now on.