# Texturing and Painting Exports from Template Editor

Sloyd GLB models are exported with textures or with PBR materials. But they are build so that you can easily color or paint over them. What makes texturing Sloyd exports easy is:

* Consistent automated UV structure&#x20;
* Models come with separable annotated parts.&#x20;
* Parts are grouped to material slots

### Consistent automated UVs

UVs in Sloyd are done with box projection, with a projection for each of the six side of the model. There are many possible methods for UV layout, yet we selected this method because in many cases it allows for a seamless application of a texture across different faces of a model.

The projections are scaled so that the map area represents 1 by 1 meter. Dpeneding on how zoomed in/out your texture is, you may need to scale it to fit the model's scale.&#x20;

<figure><img src="/files/xkJDspcP1cfxb1aNofDt" alt=""><figcaption><p>The screen shot shows a truck model exported from Sloyd in UV view in Blender. </p></figcaption></figure>

### Separable parts

A Sloyd model is made out of annotated separable parts that show up in the model hierarchy. You can easily select several parts and texture or paint just those parts.&#x20;

<figure><img src="/files/y6SOijB6ciN4r9flloql" alt=""><figcaption><p>Selected parts show up in the EV map in Blender</p></figcaption></figure>

### Material Slots

The parts that make up a Sloyd model are typically split into four groups called material slots. Each slot has it's own material. By replacing the material you re-paint or re-texture all the parts that share that material with one action.&#x20;

<figure><img src="/files/wYBBFAc12Fm7htusMcqU" alt=""><figcaption><p>A Sloyd export in Blender, and first material slot slected.</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://sloyd.gitbook.io/documentation/creating-3d/template-editor/texturing-and-painting-exports-from-template-editor.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.
