# What materials are the Cloth templates suitable for? What are the special parameters?

The parameters specific to the Cloth template are as follows:

* **Opacity map:** Use maps to control the holes in the Cloth material, keeping the white parts and hollowing out the black parts.

![](/files/-MkepQZ3F5klBX9sJzOX)

* **Opacity:** Simulates the transparency produced by holes in the fabric, the lower the value, the more transparent the fabric is.

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

* **Falloff:** Use Falloff to simulate the lint on the Cloth. The whitening effect is more obvious where the surface of the material is tangential to the camera's line of sight.

![](/files/-MkeqRwGeb69M-Vg_nFy)


---

# 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://docs.d5render.com/user-guide/material/cloth.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.
