Cubism 5 SDK for Java R5 beta1
·
2 commits
to master
since this release
Added
- Add the
ICubismLoadFileFunctioninterface to allow users to implement custom file loading logic. - Add support for Blend mode and Offscreen drawing.
- Add
getMocVersionFromBuffer()function.- Support for retrieving MOC version from unsupported new MOC3 files.
Changed
- Change shader code to be used separately.
- Rename
CubismOffscreenSurfaceAndroidclass toCubismRenderTargetAndroid. - Change the API called to retrieve the drawable render order from
getDrawableRenderOrder()togetRenderOrder()in CubismCore.
Removed
- Remove unused
CubismShaderProgramsclass following the shader separation refactor.