Releases
5-r.5
Cubism 5 SDK for Web R5
Latest
Compare
Sorry, something went wrong.
No results found
Added
Add functionality to change motion calculation order.
Add cubismlook class that implements the target tracking feature.
The target tracking feature can now specify parameter IDs through the Framework.
Changed
Change multiply and screen color functions to separate class with renamed methods.
Fixed
Fix unnecessary multiply color and screen color settings in mask drawing.
Removed
Remove deprecated functions from CubismMotion:
setIsLoop() (use setLoop() instead)
isLoop() (use getLoop() instead)
setIsLoopFadeIn() (use setLoopFadeIn() instead)
isLoopFadeIn() (use getLoopFadeIn() instead)
Remove deprecated functions from CubismExpressionMotionManager:
getCurrentPriority() (priority is not used in expression motion playback)
getReservePriority() (priority is not used in expression motion playback)
setReservePriority() (priority is not used in expression motion playback)
startMotionPriority() (use startMotion() instead)
Remove deprecated fields from CubismExpressionMotionManager:
_currentPriority (priority is not used in expression motion playback)
_reservePriority (priority is not used in expression motion playback)
Remove deprecated function from CubismExpressionMotion:
getFadeWeight() (use CubismExpressionMotionManager.getFadeWeight() instead)
Remove deprecated field from CubismExpressionMotion:
_fadeWeight (can cause bugs)
Remove deprecated functions from CubismModel:
getOverwriteFlagForModelCullings() (renamed to getOverrideFlagForModelCullings())
setOverwriteFlagForModelCullings() (renamed to setOverrideFlagForModelCullings())
getOverwriteFlagForDrawableCullings() (renamed to getOverrideFlagForDrawableCullings())
setOverwriteFlagForDrawableCullings() (renamed to setOverrideFlagForDrawableCullings())
You can’t perform that action at this time.