Skip to content

Cubism 5 SDK for Java R5 beta1

Latest

Choose a tag to compare

@wada-at-live2d-com wada-at-live2d-com released this 29 Jan 02:38
5920508

Added

  • Add the ICubismLoadFileFunction interface 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 CubismOffscreenSurfaceAndroid class to CubismRenderTargetAndroid.
  • Change the API called to retrieve the drawable render order from getDrawableRenderOrder() to getRenderOrder() in CubismCore.

Removed

  • Remove unused CubismShaderPrograms class following the shader separation refactor.