# Meshes/Materials

## General Rules

* Only triangle meshes are allowed (no lines or points)
* In total, all meshes in a file combined must not exceed 15000 triangles. You can use this limit among meshes as you like
* Mesh vertices must contain the following attributes: position, normal, joints\_0, weights\_0, texcoord\_0. Vertex colors are NOT allowed (and will be erased automatically)
* Each mesh must have its own material. Materials can not be shared between meshes. However, textures CAN and most likely shall be shared among materials. File can have the following meshes:
* Wolf3D\_Head\_Custom
* Wolf3D\_Body\_Custom
* Wolf3D\_Outfit\_Top
* Wolf3D\_Outfit\_Bottom
* Wolf3D\_Outfit\_Footwear The file must have Wolf3D\_Body\_Custom mesh. All other meshes are optional


---

# 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://faq.faraway.com/technical-requirements-characters/meshes-materials.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.
