> For the complete documentation index, see [llms.txt](https://bnpr.gitbook.io/bnpr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bnpr.gitbook.io/bnpr/shaders/manga-shader-collection.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bnpr.gitbook.io/bnpr/shaders/manga-shader-collection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
