# Point Light

## Description

A light that gets emitted from a single point in all directions. A common use case for this is to replicate the light emitted from a bare lightbulb

{% tabs %}
{% tab title="Preview" %}
![](/files/FoucNDR17BqLxuS6yCzB)
{% endtab %}

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

**Nickname** | Point Light

**Tab** | ThreeJs

**Panel** | Lights

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

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

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

**I** | **Intensity** (*Number*) | The light strength/intensity.

**D** | **Distance** (*Number*) | The light maximum range.

**F** | **Decay Factor** (*Number*) | The amount the light dims as the distance increases.
{% endtab %}

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

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

## Usage


---

# 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://interopxyz.gitbook.io/three-plus/components/lights/point-light.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.
