Skip to content

Cubism 5 SDK for Java R2

Latest
Compare
Choose a tag to compare
@wada-at-live2d-com wada-at-live2d-com released this 07 Nov 02:29
917d01c

Added

  • Add a function to notify when motion playback starts.
  • Add right orientation to the fixed orientations in the Android app.
  • Add a feature to change render target to the minimum sample.

Fixed

  • Fix a hang-up caused by an improper function call in the application termination process.
  • Fix a bug that caused white edge-like objects to be drawn when enabling the USE_RENDER_TARGET or USE_MODEL_RENDER_TARGET flag in LAppDefine.
  • Fix a bug where the method of obtaining color location differs between full sample and minimum sample.

Removed

  • Remove armeabi-v7a from architecture support.
  • Remove the startMotion() method that receives a callback in the minimum sample.
    • If you want to use the callback feature, please check the Full sample.