Skip to content

Releases: Live2D/CubismNativeFramework

Cubism 4 SDK for Native R3 Beta1

13 May 03:16
Compare
Choose a tag to compare

This is [Beta Version]. See the README.md.

Added

  • Add a Renderer for Cocos2d-x v4.0.
  • Implement a function to get the correct value when the time axis of the Bezier handle cannot be linear.
  • Add an argument to the function SetClippingMaskBufferSize to set the height and width of the clipping mask buffer.

Changed

  • Improve the quality of Clipping Mask on high precision masking.

Cubism 4 SDK for Native R2

17 Feb 05:07
b898afb
Compare
Choose a tag to compare

Added

  • Implement anisotropic filtering for DirectX-based Renderer.
  • Implement get pixel size and PixelsPerUnit of the model

Changed

  • Check pointer before use to avoid crash by @Xrysnow

Fixed

  • Fix Physics input reflect flag on evaluate.
  • Fix renderer for OpenGL.
    • Add delete mask buffer when renderer instance is destroyed.
  • Fix delay in starting fade-out for expressions.
  • Fix memory bug causing segmentation fault when reallocating memory by @adrianiainlam
  • Fix reference size of model matrix.
  • Fix memory leaking the color buffer on destroyed CubismOffscreenFrame_OpenGLES2.
  • Fix argument name typo at CubismEyeBlink::SetBlinkingInterval().

Cubism 4 SDK for Native R1

30 Jan 10:07
03d6aa6
Compare
Choose a tag to compare

Added

  • Add the callback function called on finished motion playback.

Changed

  • Include header files in CMake.
  • <GL/glew> is not included on macOS if CSM_TARGET_COCOS is defined.

Fixed

  • Fix rendering not working properly on Android devices with Tegra.

Deprecated

  • Use target_include_directories instead of using FRAMEWORK_XXX_INCLUDE_PATH variable in application CMake.
  • Use target_compile_definitions instead of using FRAMEWORK_DEFINITIOINS variable in application CMake.
  • Specify FRAMEWORK_SOURCE variable also in OpenGL application CMake.

Cubism 4 SDK for Native beta2

14 Nov 12:54
6261f6a
Compare
Choose a tag to compare

Added

  • Add the includes to Framework for Linux build.

Changed

  • Refactoring CMakeLists.txt

Fixed

  • Fix renderer for DirectX 9 / 11.
    • Add missing implementation: Check the dynamic flags.

Cubism 4 SDK for Native beta1

04 Sep 03:06
badbaa8
Compare
Choose a tag to compare

Added

  • Support new Inverted Masking features.
  • Add .editorconfig and .gitattributes to manage file formats.
  • Add .gitignore.
  • Add CHANGELOG.md.
  • Add sample model ./Sample/Res/Rice.

Changed

  • Convert all file formats according to .editorconfig.

Fixed

  • Fix typo of CubismCdiJson.
  • Fix invalid expressions of CubismCdiJson.

beta12

10 Jun 10:00
0f5da49
Compare
Choose a tag to compare
Merge pull request #25 from Live2D/develop

beta12