# Wireframe

## Specifications

* File type: GLTF
* Single mesh (no texture)
* File size: < 2MB (Should be as small as possible)
* Triangles: < 10,000 max (Should be as small as possible)
* Textures size: 5
* Materials: 2
* Emissive: 1 (Image texture material)
* Wireframe opacity: 0.5 (alpha blend active)

## Characteristics

* Transform Y Up
* Mesh should include tangents, normals, UVs
* Compression level: 6

## Objects

* No Light objects
* No Camera objects
* No Empty objects
* No Animation objects

## Positioning

* Origin: \[0, 0, 0]
* Scale: \[1, 1, 1]
* Rotation: \[0, 0, 0]
* Max X Offset (width): 0.01
* Max Y Offset (height): 0.01
* Max Z Offset (length): 0.01

## Materials

* Wireframe material should use Blender Principled shader with the following specs:

  * Metallic: 0
  * Roughness:1
  * Alpha:0.5

  ![](https://1769794590-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDHWwPrTAwLL81PbfiBvW%2Fuploads%2F5MeMeU0VkG9XISSvk1uI%2Fimage.png?alt=media\&token=10171687-1d1c-422e-8070-c8cba878dc39)
* For the Alpha to work, it is important to activate eevee render render engine in the render properties tab

![](https://1769794590-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDHWwPrTAwLL81PbfiBvW%2Fuploads%2FoUSDKImqSjmBFZqoBaRY%2Fimage.png?alt=media\&token=5a4ff44d-5ed1-49b3-bc0c-1dfb0d66020a)

* After this be sure to activate the Alpha blend on the Blend mode at the settings in the Materials properties tab&#x20;

![](https://1769794590-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDHWwPrTAwLL81PbfiBvW%2Fuploads%2Ff4oOjqLvikiPj7upDSsg%2Fimage.png?alt=media\&token=5e22f521-d0aa-4eca-a261-adf983ad8325)

## UV Maps

* Do not leave unused areas
* Avoid stretched images
* If the model is symmetrical or has any repeated mesh or shape, these should be overlapped
* Include a 10px bleed for the UV islands
* Any UV island with flat colors/textures should be overlapped&#x20;
* Keep UV island size relatively scale according to the actual size of the area
* Avoid any stretched or curved sections for cylindrical shapes UV map
