Cubism 5 SDK for Web R1
wada-at-live2d-com
released this
26 Mar 02:35
·
2 commits
to master
since this release
Added
- Add function
mod()
to compute floating-point remainder inCubismMath
class.
Changed
- Change the weight value in
Expression
fromCubismExpressionMotion
to have it in theCubismExpressionMotionManager
. - Reorganize the names of some functions and variables.
- This is a change that depends on fixing
eslintrc.yml
.
- This is a change that depends on fixing
- Change to output log if the argument
motionQueueEntry
isnull
in theupdateFadeWeight()
function of theACubismMotion
class.
Fixed
- Fix
eslintrc.yml
to conform to the exact wording.
Deprecated
- Deprecate the
_fadeWeight
variable and thegetFadeWeight()
function of theCubismExpressionMotion
class.- The
_fadeWeight
variable of theCubismExpressionMotion
class can cause problems. - Please use the
getFadeWeight()
function of theCubismExpressionMotionManager
class with one argument from now on.
- The
- The
startMotion()
function of theCubismMotionQueueManager
class with the unnecessary third argumentuserTimeSeconds
is deprecated.- Please use the
startMotion()
function with one arguments from now on.
- Please use the