# What materials are the Car Paint templates suitable for? What are the special parameters?

The basic principle of the Car Paint material is to add a new layer of reflection calculation on top of the standard custom material template to simulate the effect of a clear coat layer. In short, this material has two reflection layers, and the roughness can be defined separately.

> After switching to the Car Paint template, most of the parameters are exactly the same as the Custom template. Please refer to the Custom template for the definition of the Base color, Normal, Specular, Metallic, AO, etc.&#x20;
>
> * These parameters can be considered as controlling the Base Paint.

The following two parameters control the properties of the Clear Coat layer:

* **Clear Coat:** Controls the Reflectance of the Clear Coat layer. A value of 0 means no Clear Coat. A value of 1 maximizes the Reflectance of the Clear Coat.
* **Clear Coat Roughness:** Defines the Roughness of the Clear Coat layer, which affects whether the reflection of the clear coat is blurred or not.

{% hint style="info" %}
For common Car Paints, the Roughness of the base paint is generally higher, and the Roughness of the Clear Coat layer is close to 0.
{% endhint %}

In the following figure, keeping the value of Clear Coat layer 0.85 and the Clear Coat Roughness 0, adjusting the Roughness of base paint, you can see the effect of two reflections in the highlight area.

![](/files/-MkemMz680J1jGkuSrhd)


---

# 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/car-paint.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.
