You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,45 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
8
+
## [5-r.2] - 2024-12-19
9
+
10
+
### Added
11
+
12
+
* Add the functionality to call a function when motion playback starts.
13
+
* Add an API to `CubismMotionJson` for verifying the consistency of `motion3.json`. by [@pillowtrucker](https://github.com/Live2D/CubismNativeFramework/pull/57)
14
+
* This API is ported from `Cubism Native Framework`.
15
+
16
+
### Changed
17
+
18
+
* Change to create and manage a `CubismShader` for each `GLRenderingContext`.
19
+
* Change the access level of the private members in `CubismModelSettingJson` class to protected.
20
+
* Move JSON key strings set to the member variables of `CubismModelSettingJson` class.
21
+
* Change `FrequestNode` to be exported as part of the module.
22
+
* Change to permit to overwrite motion fade by the value specified in .model3.json on `CubismUserModel.loadMotion()`.
23
+
* Change the value of pi used in the calculation of `CubismBreath.updateParameters()` to `Math.PI`.
24
+
25
+
### Deprecated
26
+
27
+
* Deprecate the following elements because a priority value is not actually used during expression motion playback:
0 commit comments