> For the complete documentation index, see [llms.txt](https://docs.vcamapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vcamapp.com/spec/model.md).

# モデルの仕様 (VCam2D)

VCam2D では Live2D Cubism モデルを制御するために、以下の Live2D パラメータを利用します。

## パラメータ一覧

### 体の動き

| パラメータ ID        | 値の範囲      | 説明              |
| --------------- | --------- | --------------- |
| ParamBodyAngleX | -10 \~ 10 | 体の X 軸回転（前後の傾き） |
| ParamBodyAngleY | -10 \~ 10 | 体の Y 軸回転（左右の向き） |
| ParamBodyAngleZ | -10 \~ 10 | 体の Z 軸回転（左右の傾き） |

### 頭の動き

| パラメータ ID    | 値の範囲      | 説明           |
| ----------- | --------- | ------------ |
| ParamAngleX | -30 \~ 30 | 頭の X 軸回転（上下） |
| ParamAngleY | -30 \~ 30 | 頭の Y 軸回転（左右） |
| ParamAngleZ | -30 \~ 30 | 頭の Z 軸回転（傾き） |

### 目の動き

| パラメータ ID       | 値の範囲        | 説明                           |
| -------------- | ----------- | ---------------------------- |
| ParamEyeLOpen  | 0.0 \~ 1.0  | 左目の開き具合（0.0=閉じている、1.0=開いている） |
| ParamEyeROpen  | 0.0 \~ 1.0  | 右目の開き具合（0.0=閉じている、1.0=開いている） |
| ParamEyeBallX  | -1.0 \~ 1.0 | 視線の X 方向（左右）                 |
| ParamEyeBallY  | -1.0 \~ 1.0 | 視線の Y 方向（上下）                 |
| ParamEyeLSmile | 0.0 \~ 1.0  | 左目の笑顔表現                      |
| ParamEyeRSmile | 0.0 \~ 1.0  | 右目の笑顔表現                      |

### 口の動き

| パラメータ ID        | フォールバック ID | 値の範囲       | 説明       |
| --------------- | ---------- | ---------- | -------- |
| ParamMouthOpenY | ParamA     | 0.0 \~ 1.0 | 口の開き具合   |
| ParamA          | -          | 0.0 \~ 1.0 | 「あ」の母音形状 |
| ParamI          | -          | 0.0 \~ 1.0 | 「い」の母音形状 |
| ParamU          | -          | 0.0 \~ 1.0 | 「う」の母音形状 |
| ParamE          | -          | 0.0 \~ 1.0 | 「え」の母音形状 |
| ParamO          | -          | 0.0 \~ 1.0 | 「お」の母音形状 |

### その他の表情

| パラメータ ID    | 値の範囲       | 説明      |
| ----------- | ---------- | ------- |
| ParamBreath | 0.0 \~ 1.0 | 呼吸の動き   |
| ParamCheek  | 0.0 \~ 1.0 | 頬の赤らみ表現 |

## その他

Live2D Cubism の標準パラメータについては、公式ドキュメントを参照してください。

* [Live2D Cubism 標準パラメータリスト](https://docs.live2d.com/cubism-editor-manual/standard-parameter-list/)

また、読み込めないモデルや正しく動作しないモデルがある場合は、お問い合わせよりご連絡ください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.vcamapp.com/spec/model.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
