This commit is contained in:
2025-05-12 05:39:28 +09:00
commit efe7804f26
137 changed files with 7587 additions and 0 deletions

21
book/crs/01_character.md Normal file
View File

@@ -0,0 +1,21 @@
# CRでキャラクターを動かす
`control rig``CR_xxx`というファイル名がつけられています。
## dragon
例えば、ABPで`head_global_ctrl`の値を更新します。
<iframe src="https://blueprintue.com/render/o3glwh72/1" scrolling="no" allowfullscreen style="width:100%;height:400px"></iframe>
## mech
1. `/Content/ControlRig/Characters/Mech/Meshes/SKM_Mech`からABP, BP, SM(StaticMesh)を作成します。
2. ABPから`Control Rig``cannon_ctrl`などを動かせます。
```sh
- /Content/ControlRig/Characters/Mech/BP_Mech
- /Content/ControlRig/Characters/Mech/ABP_Mech
- /Content/ControlRig/Characters/Mech/Meshes/SM_Mech
```