> 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/4f7d15431ea703ce5bf78cf700b4f1b2ae81857d)

## How to Take Great Archisketch Render Shots!

Do Render Studio settings feel complicated?

Don't worry! You can also take stunning render shots like an interior designer.\
We can create convincing results just like an interior feature spread!\
Now, let's try following along.

## Take a shot first and get a feel for it

Just following the settings below will guarantee basic quality.\
Don't worry too much—just take a shot first!\
Once you get the feel for it, fine-tuning the details will be much easier.

#### 1. Field of view

* Start by shooting with the default value. (Default: 60)

![](/files/9982da80c7de0d3990d0645ceae0bda0eec8b8e1)

#### What if it's hard to see because it's blocked by a wall or front furniture?

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

![](/files/84054370bdf3d7a50082f767ce46f7c63511b5cd)

![Before (Camera clip not applied)](/files/13a39d154fdb14d1cffad91ebac6504ad5ce941b)

![After (Camera clip applied)](/files/6e52d58f74bf99aaca6d4638e9b289383fdb5294)

#### 2. Camera angle/height

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

![](/files/e32b00549457f25fca477625cc2b9916cdb5866a)

If you've followed along well, you'll be able to see a Before & After like the one below 🌝

![Before](/files/d8533b96972d11e25880c4c3b9b9ba0f69452c58)

![After](/files/95554c10381af63a6e28560f02cdcfc9a8519f9f)

Doesn't the composition look much more stable? 🤩

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

**Field of view 60** Don't exceed it!

Camera **Angle 0 degrees**

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

***

## Fixing brightness issues

You've set everything, but are you 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 stylish results.

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

* **Background image**Try changing it.
  * The default setting (NONE) is the brightest because it uses a white background.
  * Choose a background image to add a more realistic atmosphere.

![Background: None](/files/0f0b4b3fc6ab728af4ced91f3880260d1eea107e)

![Background: City 2](/files/1c62884f20c5524b40e3f3017ea3906d1fa44e40)

* **Environment settings intensity**lower it.
  * If you lower the brightness of the background image, the indoor brightness will go down too.

![](/files/166f05061efe615cfed2a218ff50eafab4ec9881)

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

* **Try increasing the intensity of the additional lighting.**
  * Actually, there are hidden lights in Render Studio that you can't see! (Default intensity: 20)
  * Want more brightness? Test it by cranking the intensity way up!

![](/files/e10db74fc1cd50dd16c4ceb1e88f183266cdb19a)

* **Bring sunlight into the room.**

  * When sunlight comes in through the windows, the interior becomes brighter.
  * Tip: After changing the month to December or January, adjust the sunlight angle so the sunlight comes into the house better.
  * Recommended intensity: 0.3\~1.0 (If it's too strong, it may become overly bright, so find the right intensity.)

  <figure><img src="/files/192e55692df46d5eda8d5618a0f0cefb318a4ee7" 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 settings intensity

**When it's dark**

Increase the additional lighting intensity

Let the sunlight in

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

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

Take a shot first, then make adjustments to find the best result. Practice is the key 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.
