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

# Archisketch Rendering Guide

![](/files/12a4d6223c4d28458d4182bbf10cbb2827cb0112)

## How to take great Archisketch render shots!

Does the render studio setup feel complicated?

Don't worry! You can take stunning render shots like an interior designer too.\
We can make convincing results like an interior photo spread too!\
Shall we give it a light try?

## Start by taking a shot and get a feel for it

Just following the settings below guarantees basic quality.\
Don't overthink it—just take a shot first!\
Once you get the hang of it, fine-tuning will be much easier.

#### 1. Field of view

* Try shooting with the default value first. (Default: 60)

![](/files/e351c86b826e28d35cc14e2706bd542012aaf8b8)

#### If walls or the furniture in front are blocking your view and you can't see well?

{% hint style="info" %}
If you crank up the field of view too much to capture the whole space at a glance, distortion gets severe! Use the camera clip to cut away the obstructing parts!
{% endhint %}

![](/files/b234a31232b139051712c94ebe3eb0b51e9fa0d2)

![Before (Camera Clip not applied)](/files/287f7f22e24d1b0b7d64e9ba39241eeff34c797e)

![After (Camera Clip applied)](/files/4f1bf49ef6efc293d5fc9d3883466ae653a2ad9c)

#### 2. Camera angle/height

* Set the camera angle to 0 degrees, no exceptions!
* Set it between 900 and 1200 mm. (This is the most suitable height for interior shots!)

![](/files/6341ed786e8577650afdeb3d36f934bc97dbbdb5)

If you've followed along well, you'll see the Before & After below 🌝

![Before](/files/e6f8de2a12748aab4bef4dd2ebb8844938fc0fb2)

![After](/files/f40b51e761d9b408900f8e08eeff8ec262a1a6d8)

Doesn't the composition look much more stable? 🤩

{% hint style="info" %}
Camera angle setting tip! Summary

**Field of view 60** Don't go over!

Camera **Angle 0 degrees**

Camera **Height 900\~1200 mm** Set between
{% endhint %}

***

## Fixing brightness issues ️

You've set everything up, but you're still not happy with the brightness?\
Don't worry!\
With a slight adjustment to the lighting and background settings, you can get much more natural and beautiful results.

#### If it's too bright and glaring?

* **Background image**Change it.
  * The default setting (NONE) is a white background, so it's the brightest.
  * Choose a background image to add a realistic atmosphere.

![Background: None](/files/aa1ea978136149441d9324c556ca2e94cac9164e)

![Background: City 2](/files/383e95dd33c0b456ca2ca495aa86169bf7b893cf)

* **Environment setting intensity**Lower it.
  * If you lower the brightness of the background image, the indoor brightness will also drop.

![](/files/7663f10083116d0df191890cae87b67d114f1ee1)

#### If it's too dark and the mood feels gloomy?

* **Try increasing the additional lighting intensity.**
  * Actually, there are hidden lights in Render Studio! (Default intensity: 20)
  * If you want more brightness? Try cranking up the intensity and testing it!

![](/files/f7c9c10bd65eaeb983c8ab41f324d0042445cea6)

* **Bring sunlight into the room.**

  * When sunlight comes in through the windows, the room becomes brighter and more cheerful.
  * Tip: If you change the month to December or January and then adjust the sunlight angle, sunlight will enter the house more easily.
  * Recommended intensity: 0.3\~1.0 (If it's too strong, it may become overly bright, so find an appropriate intensity.)

  <figure><img src="/files/ad5a37e7f04a9e7c8d521fe6f30acec897a7f1d4" alt=""><figcaption><p>Sunlight intensity: 0.83</p></figcaption></figure>

{% hint style="info" %}
Rendering Tip!

**When it's too bright**

Add a background image

Lower the environment setting intensity

**When it's dark**

Increase the additional lighting intensity

Let in sunlight

Furniture reflected in mirrors or reflective surfaces **can be checked when rendering at**4K or higher resolution.
{% endhint %}

Now, you too can take great render shots like a pro!

Just take a shot first, then adjust as you go to find the optimal result. Practice is the answer when it comes to rendering!


---

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