# MLP Combined Mesh

This component allows you to combine multiple meshes (a group of objects) into one mesh. This can be useful when you have large objects that have multiple parts. After merging, MLP will process the objects as a whole, which will avoid placing unnecessary probes on the surface of the object and inside it, if there are empty spaces in it.

{% tabs %}
{% tab title="Combined Mesh Enabled" %}
![](/files/-MJhOeST66HTr8ZNcJUV)
{% endtab %}

{% tab title="Combined Mesh Disabled" %}
![](/files/-MJhP3wqKblcpbCe-ixF)
{% endtab %}
{% endtabs %}


---

# 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://motiongamesstudio.gitbook.io/magic-light-probes/system-components-1/mlp-combined-mesh.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.
