> 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/rendershot/rendering-guide.md).

# Archisketchレンダリング入門書

![](/files/698a5a55a789b0f9e32d2a11bd2b8f2dcd9ca671)

## Archisketchでレンダーショットをうまく撮る方法！

レンダースタジオの設定が複雑に感じられますか？

心配しないでください！ みなさんもインテリアデザイナーのように素敵なレンダーショットを撮れます。\
インテリアの特集ページのようにそれらしい成果物、私たちにも作れます！\
さあ、気軽にやってみましょうか？

## まずは撮って感覚をつかむ

下の設定に従うだけでも基本的なクオリティは保証されます。\
あまり悩まず、まずは撮ってみてください！\
感覚をつかんだあとに細かな調整をすると、ずっと楽になります。

#### 1. 視野角

* まずはデフォルト値で撮ってみてください。（初期値：60）

![](/files/0d222d3cf168bb75d692be991ba42a900c0f4d13)

#### 壁や手前の家具で隠れて、よく見えないなら？

{% hint style="info" %}
空間全体を一目で収めたいからと視野角を上げすぎると、歪みがひどくなります！ カメラクリップを使って、隠れている部分を切り取りましょう！
{% endhint %}

![](/files/3fbfbde9d8765ee698458397a453bda37597db1e)

![Before（カメラクリップ適用なし）](/files/3ea7a2dc405902ec5f22575649be0b310c3ad083)

![After（カメラクリップ適用あり）](/files/d98d6cdfc584afd455e5b08b08e7ae69b7acc500)

#### 2. カメラ角度/高さ

* カメラ角度は必ず0度に設定してください！
* 900〜1200mmの間に設定してください。（この高さがインテリアショットを撮るのに最も適した高さ！）

![](/files/44777e5acadc41160fd5dd73fcf3603d0ecf8ed8)

うまくついてこられたなら、下のようなBefore & Afterをご覧いただけます 🌝

![Before](/files/02fbdf51552d0fdd9c92cb8e7b74effba7d67690)

![After](/files/535ee7707aa5b206bd3cc5bcfa9aa466878f2059)

構図がずっと安定して見えませんか？ 🤩

{% hint style="info" %}
カメラ角度設定のTip！まとめ

**視野角 60** を超えないように！

カメラ **角度は0度**

カメラ **高さ 900〜1200mm** の間に設定
{% endhint %}

***

## 明るさの問題を解決する

設定は全部したのに、明るさがどうも気に入らないですか？\
心配しないでください！\
照明と背景設定を少し調整するだけで、ずっと自然で素敵な結果を得られます。

#### 明るすぎてまぶしいなら？

* **背景画像**を変更してみてください。
  * デフォルト設定（NONE）は白い背景なので、最も明るいです。
  * 背景画像を選んで、リアルな雰囲気を加えてみましょう。

![背景：None](/files/154aa09cbbbd58d88a2997c8ed28d1961b746989)

![背景：City 2](/files/2cddf81c8dfbc0acaf734d6afa7f1cc1e4a237d6)

* **環境設定の強度**を下げてください。
  * 背景画像の明るさを下げると、室内の明るさも一緒に下がります。

![](/files/35c01c1278e463e94acf409b46fa51345e603f78)

#### 暗すぎて雰囲気が陰気なら？

* **補助照明の強度を上げてみてください。**
  * 実はレンダースタジオには見えない照明が隠れています！（初期強度：20）
  * もっと明るさが欲しいですか？ 強度をぐんと上げて試してみてください！

![](/files/1caa5c1da3afa495c19ba73a16009b3ef00235e0)

* **日差しを室内に取り込みましょう。**

  * 窓から日差しが入ると、室内が明るくなります。
  * ヒント：12月や1月に月を変更したあと、日差しの角度を調整すると、日差しが家の中によりよく入ってきます。
  * おすすめ強度：0.3〜1.0（強すぎると明るくなりすぎることがあるので、適切な強度を見つけてください。）

  <figure><img src="/files/07813e2a7e53792fac2a5b407292e3bdf4a48129" alt=""><figcaption><p>日差しの強度：0.83</p></figcaption></figure>

{% hint style="info" %}
レンダリングのTip！

**明るすぎるとき**

背景画像を入れる

環境設定の強度を下げる

**暗いとき**

補助照明の強度を上げる

日差しを入れる

鏡や反射面に映った家具は **4K以上の解像度**でレンダリングすると確認できます。
{% endhint %}

さあ、これでみなさんもプロのように素敵なレンダーショットを撮れます！

まずは撮って、修正しながら最適な結果を見つけてください。レンダリングは練習あるのみです！


---

# 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/rendershot/rendering-guide.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.
