# How to make the emissive effect of the material?

In the custom material template, turning on the emissive switch will make the material produce a glowing effect.

<figure><img src="https://3611830798-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MjbN1iGmN_HBnj_fyU9%2Fuploads%2FgT2M5aF5DiSplJelhqpG%2F4.gif?alt=media&#x26;token=0a9e85cc-b908-43a8-9423-51fc39b9e820" alt=""><figcaption></figcaption></figure>

## Intensity

Pull the widget to control the intensity. You can also use a texture map to define the brightness.

<figure><img src="https://3611830798-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MjbN1iGmN_HBnj_fyU9%2Fuploads%2FDVWN9cKx5rQOVGfNI6kF%2F6.gif?alt=media&#x26;token=dd3130f1-e6c1-49a4-b142-c8c5beb50f68" alt=""><figcaption><p>Intensity</p></figcaption></figure>

## Emissive colour

The specific emissive color can be any RGB color, or a specified color temperature.

## Cast Shadow

"Cast Shadow" controls whether the emissive effect participates in the calculation of illumination (specifically, diffuse light). After choosing this option, the emissive material will be visible in the reflection of the camera and other materials, but it will no longer produce shadows and light bounces.

<figure><img src="https://3611830798-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MjbN1iGmN_HBnj_fyU9%2Fuploads%2Fkc4NoJhAh6caLlFGjLil%2F7-1.gif?alt=media&#x26;token=d7b7527d-4086-4194-a0b3-449730b70681" alt=""><figcaption><p>Cast Shadow</p></figcaption></figure>

## FAQs

### 1. Why do the self-emissive materials flicker when rendering animations?

Possible causes:

* **Surfaces of self-emissive objects overlapped or interspersed with other models.**
* There are large self-emissive planes in the scene that cause abnormal accuracy and thus flicker, try turning off the “Emissive - Cast Shadow”.
* Self-emissive objects are thin, try turning off “Menu-Super Resolution” and re-outputting.

<figure><img src="https://3611830798-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MjbN1iGmN_HBnj_fyU9%2Fuploads%2FhARGESbqDeJcjH6SjcS3%2Fimage.png?alt=media&#x26;token=93935692-0acf-4b79-b267-7aae1a8df2b8" alt=""><figcaption><p>Self-emissive objects interspersing with other models are easily generating light spots.</p></figcaption></figure>


---

# 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://docs.d5render.com/user-guide/material/how-to-make-the-emissive-effect-of-the-material.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.
