Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ousttrue committed Jun 14, 2024
1 parent 57d23fb commit 7a76eb9
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/api/spring/VRMC_springBone_extended_collider.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# コライダー拡張

- [VRMC_springBone_extended_collider-1.0](https://github.com/vrm-c/vrm-specification/tree/master/specification/VRMC_springBone_extended_collider-1.0)
:::tip experimental
使ってみて問題があった場合は修正が入ります。
:::

- [VRMC_springBone_extended_collider-1.0 日本語](https://github.com/vrm-c/vrm-specification/blob/master/specification/VRMC_springBone_extended_collider-1.0/README.ja.md)
36 changes: 36 additions & 0 deletions docs/release/112/v0.123.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,40 @@

https://github.com/vrm-c/UniVRM/milestone/86

## vrm-1.0: SpringBone

- [VRM10 Spring Bone Collider の Capsule の当たり判定が表示されている範囲よりも長くなっている · Issue #2291 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/issues/2291)
- [Capsuleの当たり判定を修正 #2291 by LanternaBlender · Pull Request #2292 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/pull/2292)

### Inspector改善

- [Improved display of VRM10SpringBoneCollider on inspector by LanternaBlender · Pull Request #2306 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/pull/2306)
- [Fix collider group name export by LanternaBlender · Pull Request #2308 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/pull/2308)
- [Improved selection of VRM10SpringBoneCollider on inspector by LanternaBlender · Pull Request #2312 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/pull/2312)

### experimental: VRMC_springBone_extended_collider

- [VRMC_springBone_extended_collider](/api/spring/VRMC_springBone_extended_collider/)
- [VRMC_springBone_extended_collider by ousttrue · Pull Request #2310 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/pull/2310)
- monobehaviour
- plane gizmo
- import
- export

## export 時に material が null でもエラーにしない

Renderer もしくは SkinnedMeshRenderer コンポーネントの materials に null が
含まれているときにエラーとみなしてエクスポートを不許可にしていました。
エラーレベルを警告にして、エクスポートできるようにしました。

- [\[exporter\] Allow null material to be exported · Issue #2313 · vrm-c/UniVRM · GitHub](https://github.com/vrm-c/UniVRM/issues/2313)

:::info
material が未指定と判定されたときは、 glTF 準拠に合わせて白い standard になります。
:::

:::warning
該当するマテリアルはエクスポート前は `magenta` で表示されます。
エクスポート後に再インポートすると、 `
gltf` のデフォルトマテリアル扱いで白い standard に変わります。
:::

0 comments on commit 7a76eb9

Please sign in to comment.