> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2024.1/objects-and-types/scene-objects/mesh.md).

# Mesh

## Overview

In other *3D* applications, it is quite common to apply materials and textures directly to a *3D* *mesh*. In **Incari**, though, we have a specific **Mesh Object** which contains separate references to the **3D Asset** (the *mesh* data) and **Incari's** own **Material** file, which contains **Shade** and **Texture** information.

Like any other **Scene Object**, we can manipulate the **Position**, **Rotation** and **Scale** of a **Mesh** using the **Transformation Attributes** and adjusting its **Rotation Pivot**.

![](/files/3uUNc7MsOsorwMAMwkdx)

## Mesh Asset

![](/files/vi1G1balUbIRhXhDM24t)

The `Mesh Asset` **Attribute** contains a reference to a 3D file in your **Asset Manager**. We currently have limited support for `.3ds`, `.ply`, `.dae` and `.fbx` files, however we recommend using `.obj`, since the importer has been widely tested and rarely has any issues.

When you drag and drop a *mesh* from the **Asset Manager** into your **Scene** a **Mesh Object** is automatically created. If you need to assign the **Asset** manually, however, you can simply drag and drop the **Asset** onto the **Asset** slot of the **Attribute**.

## Material Asset

![](/files/wPO1n4F6lAJHCSDuEzTv)

The `Material Asset` **Attribute** is used to apply a **Material Asset** to a **Mesh**. **Materials** can be created in the **Asset Manager** and edited in the **Material Editor**.

To assign a **Material Asset** to the **Attribute**, drag and drop it onto the **Asset** slot of the **Attribute**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.incari.com/incari-studio/2024.1/objects-and-types/scene-objects/mesh.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
