Skip to content

Commit

Permalink
ボーン
Browse files Browse the repository at this point in the history
  • Loading branch information
huideyeren committed Dec 28, 2023
1 parent 0923da2 commit 6cfe869
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion chapter/10_kisekae.re
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,14 @@ VRMをVRChat形式にコンバートする際、何も設定しない場合に
なお、ボーンは現時点では敢えて消していません。
この際に、間違えてウェイトの乗っているボーンを消すと愉快なことになるのでご注意ください。

//footnote[mesh-deleter][https://booth.pm/ja/items/1501527]

//image[hashira][ウェイトの乗っているボーンを消してしまって愉快なことになった例]{
//}

ただ、ボーンが多ければアバターに統合するのも難しくなってしまいます。
なにせ、Modular Avatarのオブジェクト数の上限は255個なので、それ以上オブジェクトが多くなるとこれ以上合成できなくなってしまうのです。
なので、いろいろと衣装を着せる際にはボーンを削る必要がありそうです。
そこで、AvatarOptimizerのUnusedBonesByReferencesToolを活用する必要がありそうです。@<fn>{unused-bone}

//footnote[mesh-deleter][https://booth.pm/ja/items/1501527]
//footnote[unused-bone][https://note.com/efk/n/nd4611cf3e721]

0 comments on commit 6cfe869

Please sign in to comment.