Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
huideyeren committed Dec 29, 2023
1 parent 4a33757 commit 5605c9c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: LouisaTechVol1Rev2.pdf
path: LouisaTechVol1Rev2.pdf
path: LouisaTechVol1Rev2-print.pdf

pdf-download:
needs: reviewdog-github-check
Expand Down Expand Up @@ -123,4 +123,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: LouisaTechVol1Rev2.pdf
path: LouisaTechVol1Rev2.pdf
path: LouisaTechVol1Rev2-download.pdf
8 changes: 4 additions & 4 deletions chapter/4_Hair.re
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ Fallbackアバターを目指す場合、ショートヘアにした上でこれ

デフォルトのPC版では、このように髪の揺れ方が設定されています。

//image[pc-maegami][PC版の前髪設定][scale=0.4]{
//image[pc-maegami][PC版の前髪設定][scale=0.3]{
//}

//image[pc-ushirogami][PC版の後ろ設定][scale=0.4]{
//image[pc-ushirogami][PC版の後ろ設定][scale=0.3]{
//}

私のAndroid版では、前髪は2つのグループに、後ろ髪は1つのグループにまとめています。

//image[android-maegami][PC版の前髪設定][scale=0.4]{
//image[android-maegami][PC版の前髪設定][scale=0.3]{
//}

//image[android-ushirogami][PC版の後ろ設定][scale=0.4]{
//image[android-ushirogami][PC版の後ろ設定][scale=0.3]{
//}

これらの設定は、ボーンのグループ数を減らすことで設定できます。
Expand Down
4 changes: 4 additions & 0 deletions chapter/7_vrc_essential.re
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ FaceEmoについては後述します。
//image[vrm-convert][VRMをVRChatで使える形式にコンバートする][scale=0.8]{
//}

//embed[latex]{
\clearpage
//}

==[column] PC用とQuest用を一つのプロジェクトで使うメリット

さて、ここでlilToonを入れたことに疑問を持つ方も多いと思います。
Expand Down

0 comments on commit 5605c9c

Please sign in to comment.