# Meshing Manager Overview

This page provides an overview of the meshing manager component and the settings that can be altered by developers.

<figure><img src="/files/aEgwQKUnertctuR1UqYB" alt=""><figcaption></figcaption></figure>

* **Bounding Box Size**: The range of meshing.&#x20;
* **Mesh Request Interval**: The interval between requests for mesh data.&#x20;
* **Use Override Material**: Select whether use a customized mesh.
* **Override Material**: The material of the customized mesh.

## Invisible Mesh

There are two ways to implement a transparent mesh.

* **Use a transparent material**: A transparent material is built into the Package. Use this material to replace the existing mesh material so that the mesh will not be displayed in the scene, but the occlusion effect between mesh and virtual object still exists.

  <figure><img src="/files/kkSpdqh0un3w8y325GDD" alt=""><figcaption></figcaption></figure>
* **Don't render the mesh**: double click the prefab MeshObj, and you can unselect the Mesh Renderer. In this way, the mesh will not be rendered in the scene, and there will be no occlusion between it and the virtual object.&#x20;

  <figure><img src="/files/M8TUAqxtNyCSLyd3b6tv" alt=""><figcaption></figcaption></figure>

&#x20;


---

# 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://xreal.gitbook.io/nrsdk/v1.10.2/development/depth-mesh/meshing-manager-overview.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.
