> 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/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/user-jp/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.
