# Arealights

An Arealight emits light from a rectangular plane object with variable sizes. They can be used to simulate any big light sources in a rectangular shape like video walls, screens or even windows in indoor scenes.&#x20;

Additionally to a diffuse term, the Arealight also calculates a very realistic specular reflection. These reflections are f.e. very important for Video-Screens. &#x20;

<figure><img src="/files/y9xZDtyulvvouZRZI6DV" alt=""><figcaption><p>White Arealight </p></figcaption></figure>

### Create an Arealight

1. Place a Plane Object in your scene via Menu > Create > 3D-Objects > Plane
2. Create an Arealight Menu > Create > Lights > Arealight
3. In the 3D-Hierachy, Drop the Arealight below the Plane object \
   ![](/files/W5fac2FhLy7nsVxuA8mA)

{% hint style="warning" %}
Arealights only work on **Plane-Objects created by Depence**. They cannot be used on imported 3D-Models.&#x20;
{% endhint %}

### Texturing

The Arealight uses the material applied to the Plane-Object for its lighting calculation. This opens many possibilities.&#x20;

<figure><img src="/files/nwG4f5A6a7Tq3Jgjj6IG" alt=""><figcaption></figcaption></figure>

### Masking

While the Arealight only works on rectangular plane objects, it is possible to use alpha masking to create other shapes.&#x20;

<figure><img src="/files/8ktipJNs3wfRvknVQepF" alt=""><figcaption><p>Different shapes using alpha masked textures</p></figcaption></figure>

### Limitations

{% hint style="warning" %}
Arealights are very GPU heavy! Even if they are black (f.e. due to inactive video source)! Make sure to keep them on separate layers and disable in performance critical scenarios.
{% endhint %}

{% hint style="warning" %}
Arealights actually don't cast shadows
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://help.depence.com/depence-construction/arealights.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
