Cubism 5 SDK for Java R5 beta1
·
2 commits
to master
since this release
Added
- Add
Renmodel. - Add support for Blend mode and Offscreen drawing.
- Adapt to Framework API changes that require
CubismRendererAndroid.create()to take window dimensions as parameters.
- Adapt to Framework API changes that require
- Add support for rendering portrait and landscape displays on Android.
Changed
- Adapt to the Cubism SDK Framework's refactoring of hard-coded shaders into separate files.
- Add a class that implements the
ICubismLoadFileFunctioninterface to handle file loading.
- Add a class that implements the
- Change the compile and target SDK version of Android OS to 16.0 (API 36).
- Upgrade the version of Android Gradle Plugin from 8.6.1 to 8.9.1.
- Upgrade the version of Gradle from 8.7 to 8.11.1.
Fixed
- Fix background image distortion when window size is changed.
- Fix an issue in the Android sample where the model display would reset after performing certain operations.