# Portalgraphとは

[English documents is here.](https://portalgraphvr.gitbook.io/portalgraph-document-en)

Portalgraphは、プロジェクターやPC画面でVR空間を楽しむUnity用ソフトウェア開発環境です。ユーザーの動きに合わせて映像が変化することで、スクリーンの中に本当に空間が存在し、上下左右遠近、自由な位置から3Dでその空間を覗き込む体験ができます。

<figure><img src="/files/2PTQKc5mW3hRO0q9H87G" alt=""><figcaption><p>Portalgraphの利用例</p></figcaption></figure>

また、一般的なプロジェクタースクリーンだけでなく、机の上に投影したり、複数のディスプレイを張り合わせた箱や天井等にもVR空間を表示することができます。

<figure><img src="/files/7QrDH8wZf4cle6eEhY5c" alt=""><figcaption><p>机に投影されたPortalgraph</p></figcaption></figure>

<figure><img src="/files/3vZn6uGRqMlI1X10snor" alt=""><figcaption><p>２つの液晶ディスプレイを組み合わせた箱でのPortalgraph</p></figcaption></figure>

開発者はUnityで容易にこのようなデモを構築可能となっています。

### まずはこちらからスタート

Portalgraphを体験したい人向け

{% content-ref url="/pages/dZ0unzwToU0qyWELl64P" %}
[あなたのPC画面をVR空間にしてみよう](/portalgraphdokyumento/quick-start/anatanopcwovrnishitemiyou.md)
{% endcontent-ref %}

{% content-ref url="/pages/utHfqlLh25Y0Q91oPJej" %}
[3DプロジェクターをVR空間にしてみよう](/portalgraphdokyumento/quick-start/3dpurojekutwovrnishitemiyou.md)
{% endcontent-ref %}

Portalgraphアプリを作ってみたい人向け

{% content-ref url="/pages/MdlNPgidi9qTZbGvNmdV" %}
[Quick Start（開発者向け）](/portalgraphdokyumento/quick-startke/portalgraphapurichtoriaru.md)
{% endcontent-ref %}

Portalgraphはリアルタイムでユーザーの視点を検出し、その視点に合わせた映像を3Dで生成し表示します。\
これにより、スクリーンの中に空間が存在するように見え、覗き込むことができます。\
視点の検出はWebカメラによる顔認識か、VIVEトラッカーを頭部に装着することで行います。\
左右分割、上下分割、アナグリフ、左右2系統出力の3D出力が可能で、3Dプロジェクター、3Dテレビ、アナグリフ等の3D映像装置に対応します。

Porltagraphランタイムは、ユーザーの視点を追跡する、Portalgraphアプリケーション本体から独立したソフトウェアとして実装され、OSC経由でアプリケーションに座標を送信します。現在はWebカメラによるフェイストラッキングとVIVEトラッカーによるトラッキングに対応しています。

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

トラッキングアプリとPortalgraph本体の通信プロトコルは公開されているので、ご自身で独自のトラッキングアプリを実装することも可能です。


---

# Agent Instructions: 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:

```
GET https://portalgraphvr.gitbook.io/portalgraphdokyumento/portalgraphtoha.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
