> For the complete documentation index, see [llms.txt](https://portalgraphvr.gitbook.io/portalgraphdokyumento/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://portalgraphvr.gitbook.io/portalgraphdokyumento/portalgraphapurinoi/3d-settings.md).

# 3D設定

Portalgraphは左右分割、上下分割、アナグリフ、左右2系統出力の3D方式に対応しています。ご使用の映像装置に合わせて設定してください。

3D方式を変更するには以下のようにします。

Portalgraphアプリケーション（ここではユニティちゃん！で説明します）でF12を押すと設定画面が開きます。

<figure><img src="/files/Rnzroe0meN1CQdc9y4gQ" alt=""><figcaption></figcaption></figure>

「次へ」をクリックするとキャリブレーション設定画面が開きます。

<figure><img src="/files/9FjR4pahl5AKNYykuBfJ" alt=""><figcaption></figcaption></figure>

ここで3Dのドロップダウンから選択すると3D方式を変更できます。3D方式は以下になります。

| ラベル            | 意味          | オプション                |
| -------------- | ----------- | -------------------- |
| Side-By-Side   | 左右分割3D      |                      |
| Top-And-Bottom | 上下分割3D      |                      |
| Anaglyph       | アナグリフ（赤青）3D | アナグリフ方式が選択できます。      |
| 2D             | 2D          |                      |
| 2 outputs      | 2系統出力       | サブ画面で右目の出力先画面を選択します。 |


---

# 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://portalgraphvr.gitbook.io/portalgraphdokyumento/portalgraphapurinoi/3d-settings.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.
