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