# LOD

## Specifications

* Format must be **GLB**, not GLTF
* Textures should be baked independently per area (top, bottom, and footwear)
* Textures size should be 1024x1024 jpg
* **Materials** use PBR workflow
  * Enable Backface Culling (single-sided materials). Only use double-sided materials when absolutely necessary. Otherwise, leave the box checked.
  * Base color texture is **mandatory**
  * roughness, normal, metallic, Emission, and Ambient occlusion textures are **optional**&#x20;
* Import the male or female FBX file containing the mesh with Rig
* Be sure your meshes fit the proportion and position from the template
* Download the templates and use them as a guide for your model
* Build all your items with a clean geometry
* Avoid unwrapping your UV maps with smart UV map. You would rather properly mark seams
* Triangle count limit
  * Top == 9k triangles
  * Bottom == 5k triangles
  * Footwear == 1.9 triangles
* Due to the level of complexity, we highly encourage you to build the LOD\_0 version first. this way you can easily make the NFT later on

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

* &#x20;Get rid of the head and the body parts that your outfit covers and keep it on a mesh named "Wolf3D\_Body"

<div align="left"><figure><img src="/files/MW9AG6QuItS1mV335JfY" alt="" width="375"><figcaption></figcaption></figure></div>

* &#x20;Separate the each mesh.  "Top" for above the waist, "Bottom" for below the waist, "Footwear" for shoes, and Body for the visible body parts. Rename each mesh and material the following way:
* "Wolf3D\_Outfit\_Top"
* "Wolf3D\_Outfit\_Bottom"
* "Wolf3D\_Outfit\_Footwear"
* "Wolf3D\_Body"

<figure><img src="/files/1EwAkbcMdZSLIzzCNmdX" alt=""><figcaption></figcaption></figure>

* &#x20;For the rigging process select each separated mesh individually (No need for the "Body"part) and  parent it with the Armature selecting automatic weights

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

* &#x20;Once each part is properly rigged you must see your model with the following structure

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

* &#x20;Export everything in GLB format and be sure to follow the next nomenclature outfit-your*assetname*\_lod\_0-v2-m&#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://upland-3d.gitbook.io/upland-3d/wearables/lod.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.
