# Manga shader collection

### Texture

![](/files/-MMYc2WZi-GmKoqTz8mv)

###

To start, you'll require a texture. You can use a crosshatch seamless texture, but any texture you want will do.

### The basic manga shader

As the starting block for your manga shader, you might want to consider if you want your texture to slightly distort with perspective. The distortion is not as noticeable as if you just assigned the texture to a model, but it helps if you want to give a hint of curve to the texture you add to the model.\
\
However, certain patterns benefit from having no texture, like scenarios where you'd use an actual pattern or screentone.

![](/files/-MMYcpNwPV6zuh5s_5y1)

![](/files/-MMYcVcKED3j6xquAKyD)

![](/files/-MMYcUDDXB4mFsf2csMS)

It's worth noting, this basic setup's texture does not zoom in along with the camera. So you may need to tweak the texture's size in its assigned Value node.

### Advanced manga shaders

In this section, we'll showcase what you can do by tweaking the basic shader.\
These shader, unlike its basic version, change size when the camera is closer.

![](/files/-MMYdWiqniyPNPdxIh_l)

![](/files/-MMYe3FpjOx7L1e6Zt_D)

![](/files/-MMYe6n-7mDsK5pai2Ru)

![](/files/-MMYe0FJ0pHLRKMvKb5P)


---

# 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://bnpr.gitbook.io/bnpr/shaders/manga-shader-collection.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.
