-
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 #450 from vrm-c/release/v0.127.0
v0.127.0
- Loading branch information
Showing
4 changed files
with
40 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,33 @@ | ||
# 🚧 v0.127.0 | ||
# v0.127.0 SpringBone 初期化の改修 | ||
|
||
https://github.com/vrm-c/UniVRM/milestone/92 | ||
https://github.com/vrm-c/UniVRM/releases/tag/v0.127.0 | ||
|
||
https://github.com/vrm-c/UniVRM/milestone/92?closed=1 | ||
|
||
## disable object の export | ||
|
||
- [\[1.0\]\[export\] Mesh を disable でエクスポートすると、消した node.mesh に対する参照が残ってしまう · Issue #2437 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/issues/2437) | ||
|
||
## [1.0] LookAt の初期姿勢 | ||
|
||
- runtime load 時にモデルの向きの影響を受けなくなります | ||
- scene 配置時にモデルの向きの影響を受けなくなります | ||
- [lookAt は root と同じ向きが初期姿勢 by ousttrue · Pull Request #2445 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/pull/2445) | ||
|
||
## SpringBone | ||
|
||
### [0.x] default と fastspringbone の切り替えを importer 引数化 | ||
|
||
- [\[VRM0\]\[Importer\]IVrm0XSpringBoneRuntime by ousttrue · Pull Request #2435 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/pull/2435) | ||
|
||
### [1.0] 初期化タイミングを importer の中に移動 | ||
|
||
- runtime load 時にモデルの向きの影響を受けなくなります | ||
- scene 配置時は次で修正予定 | ||
- [IVrm10SpringBoneRuntime.InitializeAsync by ousttrue · Pull Request #2443 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/pull/2443) | ||
|
||
### API | ||
|
||
- [vrm-0.x] import で`default` と `fastspringbone` を選択する。 | ||
- [vrm-1.0] import で`fastspringbone` と `fastspringbone(standalone)` を選択する。 | ||
- [vrm-1.0] runtime に `springbone` を操作する。 |
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 @@ | ||
# 🚧 v0.127.1 | ||
# 🚧 next. SpringBone 周り | ||
|
||
https://github.com/vrm-c/UniVRM/milestone/93 | ||
|
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,4 @@ | ||
# 🚧 nextnext. | ||
|
||
https://github.com/vrm-c/UniVRM/milestone/94 | ||
|