> 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/yzgaido/video-tutorial/take-3d-rendering.md).

# 3Dレンダリングを撮影する

## レンダー撮影（時間、日差し、構図設定）

{% embed url="<https://youtu.be/vyNZACTdaCc?si=mwdOKcvENOd6tNgd>" %}

**アーキスケッチで簡単にレンダーショットを撮影する** 🎨

アーキスケッチでは、別途プログラムをダウンロードしなくても手軽にレンダーショットを撮影できます。\
日差し、背景、照明などを自由に設定して、理想の雰囲気を演出しましょう。

また、以前撮影したレンダー設定をそのまま読み込んで再撮影することもできるので、さらに便利です。

**きれいなレンダーショットのためのコツ！**

1️⃣ **日差しと室内照明の設定が重要です！**

* 日差しの方位角を調整して、窓から自然光が室内に入るように設定してください。
* **日差しの強さのおすすめ：** 0.3 \~ 1.0
* もし窓が小さい、またはない部屋なら、室内照明の強さを上げて空間を明るくしてみましょう。
* **照明の強さのおすすめ：** 50 \~ 100

2️⃣ **安定した構図設定**

* **カメラの高さ：** 約1200mm
* **視野角：** 最大60°を超えないように設定すると、安定して自然な構図を得ることができます。

さあ、アーキスケッチで素敵なレンダーショットを作ってみましょう！ 🌟

## レンダー撮影 + 設定値の読み込み

{% embed url="<https://youtu.be/fz39oLVYuWk?si=CiZ8BXI7FVi6_Gfi>" %}

## AIスタイラーでレンダリング撮影する

{% embed url="<https://youtu.be/-RkZw_VSzjA?si=lQPubeAeHWS_5Gs1>" %}


---

# 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/yzgaido/video-tutorial/take-3d-rendering.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.
