> For the complete documentation index, see [llms.txt](https://docs.gta.clothing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gta.clothing/cloth-modding/backface-culling.md).

# Backface Culling

## Introduction

One thing to understand about GTA clothing is that common ped materials are usually rendered single-sided. This means a face does not automatically have both a viewable "front" and "back". Instead, the front-facing side is visible and the back is invisible. Some specialized materials can behave differently, so use a comparable working asset as your reference.

Take a look at the MP Male uppr\_015, for instance.

<figure><img src="https://maneki-neko-1.gitbook.io/~gitbook/image?url=https%3A%2F%2F970011517-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FzlVJDcNwypyuPEqM4G8Q%252Fuploads%252FLfkCISgL2jG94P6DzPSY%252Fupperrender.png%3Falt%3Dmedia%26token%3D84aea5b2-34c5-4bed-a102-d1899587fa3a&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=c1b7b0b&#x26;sv=1" alt=""><figcaption><p>uppr 015</p></figcaption></figure>

CodeWalker RPF Explorer renders this material single-sided. You can already start to see the effect around the collar and neck: the front-facing side of the model is visible, while the inside is not.

<figure><img src="https://maneki-neko-1.gitbook.io/~gitbook/image?url=https%3A%2F%2F970011517-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FzlVJDcNwypyuPEqM4G8Q%252Fuploads%252F5czpJza9e4UrEar5Enzz%252Fupperrender2.png%3Falt%3Dmedia%26token%3Dc6dedc9e-bd57-40f3-b4a4-bb6468956e76&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=644b8bf1&#x26;sv=1" alt=""><figcaption><p>the inside of uppr 015 is invisible</p></figcaption></figure>

## Closing Visible Openings

Most GTA clothing is closed around openings such as sleeves and collars so that the invisible back side cannot be seen. Another option is to model only the inner surfaces that are actually visible. Duplicating and flipping the entire mesh can make both sides visible, but it also duplicates geometry and is rarely the best first fix.

Enable Blender's **Backface Culling** viewport option while editing and inspect the item from inside and outside. Also check face orientation after filling holes or mirroring geometry. The [Sollumz clothing tutorial](https://docs.sollumz.org/tutorials/basic-clothes-editing) demonstrates this during a simple component edit.
