chore: rename reactive-component docs path

This commit is contained in:
bd_ 2024-08-25 21:03:42 -07:00
parent 87a385a43e
commit ae318b29d8
22 changed files with 4 additions and 4 deletions

View File

@ -253,7 +253,7 @@ This is an unreleased feature, which is planned to be released with Modular Avat
Many avatars have shape keys which can be used to shrink and hide parts of the base mesh, to avoid clipping into the
outfit. Modular Avatar has a feature which can be used to automate this process. By configuring the
[Shape Changer](../../reference/reactive-components/shape-changer.md) component, Modular Avatar will automatically
[Shape Changer](../../reference/reaction/shape-changer.md) component, Modular Avatar will automatically
shrink or hide shape keys
when the corresponding object is enabled. This will also respond to animations which turn on/off parts of the outfit,
and can even outright _delete_ portions of the mesh, if the Shape Changer object is always enabled.

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -11,7 +11,7 @@ First, some background. Many avatars come with "shrink blendshapes", which are u
avoid them clipping through clothing. These blendshapes are often used in conjunction with toggles to hide and show
clothing items.
By using Modular Avatar's [`Shape Changer`](/docs/reference/reactive-components/shape-changer/) component, you can
By using Modular Avatar's [`Shape Changer`](/docs/reference/reaction/shape-changer/) component, you can
easily update these
blendshapes
when toggling objects. Let's take a look at Anon's socks and shoes as an example.

View File

@ -230,7 +230,7 @@ Modular Avatarをサポートするための最低限の要件について話し
多くのアバターには、素体メッシュの一部を縮小したり非表示にしたりするためのシェープキーが含まれています。これにより、衣装が素体メッシュに
めり込むことを防ぐことができます。Modular Avatarには、この処理を自動化する機能があります。
[Shape Changer](../../reference/reactive-components/shape-changer.md)コンポーネントを設定することで、Modular
[Shape Changer](../../reference/reaction/shape-changer.md)コンポーネントを設定することで、Modular
Avatarは対応するオブジェクトが有効になると、
シェープキーを自動的に縮小または非表示にします。また、アニメーションによって衣装の一部がオン/オフになる場合にも応答し、
Shape Changerオブジェクトが常に有効であれば、メッシュの一部を削除することさえできます。

View File

@ -10,7 +10,7 @@ sidebar_position: 4
多くのアバターには「シュリンクブレンドシェイプ」と呼ばれるものが付属しており、これは衣服に素体がめり込むことを防ぐために使われます。
これらのブレンドシェイプは、衣服アイテムを表示・非表示にするためのトグルと一緒に使用されることがよくあります。
Modular Avatar の [`Shape Changer`](/docs/reference/reactive-components/shape-changer/) コンポーネントを使用することで、これらのブレンドシェイプを
Modular Avatar の [`Shape Changer`](/docs/reference/reaction/shape-changer/) コンポーネントを使用することで、これらのブレンドシェイプを
簡単に設定できます。例として、あのんちゃんの靴下と靴を見てみましょう。
<div style={{"display": "flex", "flex-direction": "row"}}>