> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/user-jp/manage-project/720-tour.md).

# 720ツアー

## 720ツアーとは？

720ツアーは私が飾った空間を仮想で歩き回りながら体験できる機能です。\
仮想空間を360度見渡せるので、天井から床まで隅々まで確認できます。\
実際の空間を探検するように細部まで見られるので、より臨場感のあるインテリア確認が可能です。

![](/files/f499ea8a48bb44f48ae6fbb3027c5424f425640e)

## 720ツアーの作成方法

720ツアーを作成するには、1枚以上のパノラマショットが必要です。以下の手順に従えば簡単に作成できます！

* レンダースタジオでパノラマを撮影してください。（[レンダースタジオの使い方を見る →](/guide/user-jp/rendershot/render-studio.md))
* プロジェクト内の［720ツアー作成］ボタンをクリックします。
* 作成する720ツアーに含めるパノラマショットを選択してください。
  * 最初に選択したショットが720ツアーのサムネイル兼開始位置になります。
* 選択を完了した後、［作成］ボタンをクリックすると、素敵な720ツアーが完成します！

![](/files/af5e351bf2a0849da3d77973d058e1571f926a05)

![](/files/7d5191beab8be68fc7725b2309ade8486f41b9d5)

## 720ツアーを見る

* エディターで部屋タイプや名前を設定していた場合、各部屋名が表示されます。
* マウスカーソルを使って好きな位置へ移動したり、別の部屋へも自由に移動できます。
* 最初の移動時には読み込みに少し時間がかかりますが、その後は遅延なくすぐに画面が表示されます。

このように720ツアーを活用すれば、私がデザインした空間をより臨場感をもって体験できます！

### 720ツアーのツールバー機能を見る

![](/files/fc911bd1cf2108cc61537ec78ae787614da0dd95)

❶ タグの表示/非表示

720ツアーでは、製品タグを表示したり非表示にしたりできる機能です。\
ただし、通常のレンダーショットとは異なり、自動タグは生成されないのでご注意ください。

* 製品タグを確認するには？
  * パノラマを撮影する前に、レンダーショットにタグを追加した状態で撮影する必要があります。\
    こうすることで、パノラマの結果で製品タグを確認できます。

❷ 見回す

画面が自動で360度回転する機能です。

❸ BGMをオンにする

デフォルトで設定されたBGMを有効にできます。

❹ 平面図を見る

右上にミニマップを表示して空間を確認できます。

* ミニマップのピンをクリック：その場所へすぐ移動できます。

❺ リンクをコピー

* 共有ボタンをクリックすると、720ツアーのリンクがクリップボードにコピーされます。コピーしたリンクを好きな場所に貼り付けて、誰でも見られるように共有してみましょう！

## よくある質問

#### 720ツアーの動画は作れませんか？

720ツアーは動画保存には対応していませんが、画面録画を活用して動く映像のように作成できます。\
これを活用して、希望する動画を作ってみることをおすすめします！


---

# 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.archisketch.com/guide/user-jp/manage-project/720-tour.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.
