Cubism 5 SDK for Java R1 beta1
·
18 commits
to master
since this release
Added
- Add the function to get the ID of a given parameter.(
CubismModel.getParameterId) - Add the
CubismExpressionMotionManagerclass.
Changed
- Change the minimum support version of Android OS to 5.0 (API 21).
- Unify Offscreen drawing-related terminology with
OffscreenSurface. - Change the visibility of the
CubismIdconstructor to package-private.
Fixed
- Fix the structure of the class in renderer.
- Separate the high precision mask process from the clipping mask setup process.
- Fix a bug that the value applied by multiply was not appropriate during expression transitions.
- Fix a issue that
CubismIdManagerwas not used when retrievingCubismId.- Please use
CubismFramework.getIdManager().getIdto getCubismId.
- Please use
Removed
- Remove an unnecessary dependency from
build.gradle. - Remove several arguments of
drawMeshfunction.