> 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/c1d6efd30f438b7ffb31ddb7051dd35d71b52770)

## 720ツアーの作成方法

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

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

![](/files/64ea8e812cccead1a7eb64b39a0c2d1ba1848514)

![](/files/e9375b6c52254ff476fb16649e93eae112850ca0)

## 720ツアーを見る

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

このように720ツアーを活用すると、自分がデザインした空間をより臨場感たっぷりに体験できます！

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

![](/files/9f135e222ed5d52540f71e464c6f67acc1f7a893)

❶ タグの表示/非表示

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.
