> 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 for Beginners

![](/files/a8a83400ebfc3e02bc503d391b0b6fe7e6d01da5)

## How to take great Archisketch render shots!

Does the render studio setup feel complicated?

Don't worry! You can take amazing render shots like an interior designer too.\
We can create results that look like interior magazine photos too!\
Now, shall we try it lightly?

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

Just follow the settings below and you'll be guaranteed basic quality.\
Don't think too hard—just take a shot first!\
After you get the hang of it, making detailed adjustments will be much easier.

#### 1. Field of view

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

![](/files/4daecb15b12cb3329696ffbf2b7bafaa633fc212)

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

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

![](/files/41b5eb68d1c4ad37188d6665ee94b0ab8f0e5e90)

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

![After (Camera clip applied)](/files/2e4c0845beaaf12bc1e1e53ca12f7e5318e41649)

#### 2. Camera angle/height

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

![](/files/0b35b79630205a82e3a5744ed17f68e95c9784c9)

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

![Before](/files/845a2fc22c0fcffb80ca4074a338e971ebb95ab3)

![After](/files/e019fe8ad26e4adf53b220a16a804a483c237c0b)

Doesn't the composition look much more stable? 🤩

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

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

Camera **Angle 0 degrees**

Camera **Height 900 to 1200 mm** Set it between
{% endhint %}

***

## Solving brightness issues ️

You've done all the settings, 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.

#### What if it's too bright and dazzling?

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

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

![Background: City 2](/files/97b5fd0e8b6571f0b8317a91587d8b19ce44a55e)

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

![](/files/3055ea8e195ba70e78c6e9a87d9cba115c6936d4)

#### What if it's too dark and the atmosphere feels gloomy?

* **Try increasing the additional lighting intensity.**
  * Actually, there is hidden lighting in Render Studio! (Default intensity: 20)
  * Want more brightness? Crank up the intensity and test it out!

![](/files/1f4a3388573feeedc078d6ac94aa809e436b16ab)

* **Bring sunlight into the room.**

  * When sunlight comes in through the windows, the interior becomes brighter and more cheerful.
  * Tip: After changing the month to December or January, adjust the sunlight angle so sunlight enters the house more easily.
  * Recommended intensity: 0.3–1.0 (If it's too strong, it may become excessively bright, so find the right intensity.)

  <figure><img src="/files/ebb1ae733e7fe21b86b82769abfbe6180b5d3ce8" 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 sunlight in

Furniture reflected in mirrors or reflective surfaces **At 4K or higher resolution**you can check it when rendering.
{% endhint %}

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

Take a shot first, then keep adjusting to find the optimal 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.
