# DMX Matrix

The DMX-Matrix feature creates a UV-mappable Matrix texture based on DMX values. This feature can be used to simulate thousands of LED fixtures without the performance overhead of individual fixtures because it directly reads DMX values from the internal buffer.&#x20;

![](/files/-MlLEtVaB71LAlzKCI-Y)

## Material Settings

To add the DMX-Matrix feature on a model, access its Material settings, and click on the "..." button:

![Material > DMX Matrix](/files/hPpWUCKuIUiLDYiZOAHJ) ![DMX Matrix Texture window](/files/dZD1rdbvkOqxX4dAm8ML)

### DMX Matrix Texture Properties

|                |                                                                                                                                                                                                                                                                                                               |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Columns        | Number of Pixel per column                                                                                                                                                                                                                                                                                    |
| Rows           | Number of Pixel per row                                                                                                                                                                                                                                                                                       |
| Channel Layout | <p>DMX Channel layout as:<br>- RGB: Red Green Blue<br>- GRB: Green Red Blue<br>- RGBW: Red Green Blue White<br>- WRGB: White Red Green Blue<br>- RGB16: Red Green Blue in 16bit<br>- GRB16: Green Red Blue in 16bit<br>- RGBW16: Red Green Blue White in 16bit<br>- WRGB16: White Red Green Blue in 16bit</p> |
| Start Address  | DMX start address for the given universe                                                                                                                                                                                                                                                                      |
| Universe       | DMX Universe to start to patch                                                                                                                                                                                                                                                                                |

Close the window to validate your settings.

### Emissive

The DMX-Matrix is material based. To make it emissive *(visible in the dark)*, don't forget to raie the Emissive factor *(maximum value is 500%)*:

![Emissive material property](/files/JPogTDTCGKLfuj4E5UaD)

## DMX Matrix control

Now your material is ready to be used. You can patch the DMX Matrix fixture from the fixture library:

![DMX Matrix fixture](/files/YMgo64PJLoUORFuJw5XD)

The DMX Matrix fixture has the same mode as the DMX Matrix Texture, select the one you have set.

You need to patch as many DMX Matrix f*ixtures* as your DMX Matrix Texture has *(Columns x Rows)*&#x20;

Note: \
\- DMX Matrix fixture only controls 1 pixel at a time.\
\- Their position in world space is not important, they are not represented in 3D.

### Group DMX Matrix

To keep your project 3D Hierarchy as clean as possible, you can [group](/depence-construction/depence-scene-graph-and-grouping/depence-group-objects.md) all your DMX Matrix fixtures:

![DMX Matrix fixtures grouped to easily hide them in the 3D Hierarchy](/files/q1bpWLDFYbALlk7iY1lq)

## Examples

### Depence primitives

![DMX Matrix on Depence primitives - with textures and different PBR material settings](/files/cQgrsPDTBkUna9xaAvfn)

### [Sweep Nurbs](/depence-construction/nurbs.md) (with a [spline](/depence-construction/depence-splines.md))

![DMX Matrix on Sweep Nurbs based on a spline - 400 pixels](/files/oB78ERGhwBBtDvzmqFbw)

### Custom 3D model

![Custom 3D model with DMX Matrix - 100 pixels](/files/fmnLSNHjNMbepuCSwnGL)


---

# 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/depence-materials/depence-pbr-material/dmx-matrix.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.
