# Post-processing Effects

Each character prefab has 3 cameras and you can use them to add post-processing effects to your game.

![](/files/tyxOfvMX38QgWXLJ0s8Y)

* The <mark style="color:green;">**"Main Camera"**</mark> is a general camera in the game
* The <mark style="color:green;">**"Aim Camera"**</mark> is used for weapons with scopes

![](/files/OSERnpYBblBP4Twr0d4n) ![](/files/qS3Z7YiMGqGOyxKsLKra)

* The <mark style="color:green;">**"Layer Camera"**</mark> is used when a character is close to walls and objects

![](/files/SQH1tLKwvnRWjKLKsDgG) ![](/files/qKvXU13B5DnT95OgXMHz)


---

# 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.gercstudio.com/render-pipelines/post-processing-effects.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.
