> For the complete documentation index, see [llms.txt](https://interopxyz.gitbook.io/three-plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interopxyz.gitbook.io/three-plus/components/lights/directional-light.md).

# Directional Light

A light that gets emitted in a specific parallel direction.

## Description

A light that gets emitted in a specific direction. This light will behave as though it is infinitely far away and the rays produced from it are all parallel.

{% tabs %}
{% tab title="Preview" %}
![](https://2542354621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbH1SBOktQqL8caPM2Xpc%2Fuploads%2FNOlxRC95b4hlkxsDo8vX%2FLights-Directional.png?alt=media\&token=644c69be-f0a0-4250-a43a-e253435fabac)
{% endtab %}

{% tab title="Location" %}
**Name** | Directional Light

**Nickname** | Directional Light

**Tab** | ThreeJs

**Panel** | Lights

**Division** | 1
{% endtab %}

{% tab title="Inputs" %}
**C** | **Color** (*Colour*) | The light color.

**P** | **Position** (*Point*) | The light position.

**T** | **Target** (*Point*) | The light target.

**I** | **Intensity** (*Number*) | The light strength/intensity.
{% endtab %}

{% tab title="Ouputs" %}
**L** | **Light Element** (*L+ Light*) | A Three Plus Light Element&#x20;
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage
