-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #457 from vrm-c/release/v0.127.1
UniVRM-0.127.1
- Loading branch information
Showing
6 changed files
with
43 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# v0.127.1 update SpringBoneInterface | ||
|
||
https://github.com/vrm-c/UniVRM/releases/tag/v0.127.1 | ||
|
||
https://github.com/vrm-c/UniVRM/milestone/93?closed=1 | ||
|
||
## 主に SpringBone に関する修正が入りました。 | ||
|
||
`v0.126.0`, `v0.127.0`, `v0.127.1` と作業していた SpringBone の改修が完了しました。 | ||
|
||
内部処理が整理されました。 | ||
|
||
| befoer | after | | ||
| ------------------------------ | -------------------------------------------------- | | ||
| vrm-0.x springbone | 継続 | | ||
| vrm-0.x fast springbone | 中身を vrm-1.0 springbone と共通化 | | ||
| vrm-1.0 springbone | 継続 | | ||
| vrm-1.0 springbone stand alone | 新規 中身は vrm-1.0 springbone. シングルトンでない | | ||
|
||
以下の機能が整備されました。 | ||
|
||
- 一時停止 | ||
- リセット(SpringBone の各 Joint のローカル回転を初期状態に戻す) | ||
- 拡大縮小時のパラメーター補正(巨大化したときにスローになる問題を解決) | ||
- 再構築(スケーリングなど初期状態の変更を反映) | ||
|
||
### 詳細 | ||
|
||
- [vrm-1.0](/api/springbone/vrm1/runtime/) | ||
- [vrm-0.x](/api/springbone/vrm0/runtime/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 🚧 next. SpringBone 周り | ||
# 🚧 nextnext. | ||
|
||
https://github.com/vrm-c/UniVRM/milestone/93 | ||
https://github.com/vrm-c/UniVRM/milestone/94 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
# 🚧 nextnext. | ||
|
||
https://github.com/vrm-c/UniVRM/milestone/94 | ||
|
||
https://github.com/vrm-c/UniVRM/milestone/95 |