Cubism 5 SDK for Java R1
·
8 commits
to master
since this release
Added
- Add type constraint to the generics type of
getRenderer
function inCubismUserModel
. - Add function
modF()
to compute floating-point remainder inCubismMath
class.
Changed
- Change the default value of the flag for debugging from
true
tofalse
. - Change to output log if the argument
motionQueueEntry
isnull
in theupdateFadeWeight()
function of theACubismMotion
class.
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 second argumentuserTimeSeconds
is deprecated.- Please use the
startMotion()
function with one argument from now on.
- Please use the
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.