# Shaders

- [著色器介紹](https://docs.hology.app/zh-tw/shaders/zhu-se-qi-jie-shao.md)
- [Creating shaders](https://docs.hology.app/zh-tw/shaders/creating-shaders.md)
- [著色器參數](https://docs.hology.app/zh-tw/shaders/zhu-se-qi-can-shu.md)
- [Typescript shaders](https://docs.hology.app/zh-tw/shaders/typescript-shaders.md)
- [Types](https://docs.hology.app/zh-tw/shaders/typescript-shaders/types.md)
- [Math functions](https://docs.hology.app/zh-tw/shaders/typescript-shaders/math-functions.md)
- [Attributes](https://docs.hology.app/zh-tw/shaders/typescript-shaders/attributes.md)
- [Varying](https://docs.hology.app/zh-tw/shaders/typescript-shaders/varying.md)
- [Uniforms](https://docs.hology.app/zh-tw/shaders/typescript-shaders/uniforms.md)
- [Textures](https://docs.hology.app/zh-tw/shaders/typescript-shaders/textures.md)
- [Arrays](https://docs.hology.app/zh-tw/shaders/typescript-shaders/arrays.md)
- [Select](https://docs.hology.app/zh-tw/shaders/typescript-shaders/select.md)
- [Lighting](https://docs.hology.app/zh-tw/shaders/typescript-shaders/lighting.md)
- [Internals of nodes](https://docs.hology.app/zh-tw/shaders/typescript-shaders/internals-of-nodes.md)
- [Painted materials](https://docs.hology.app/zh-tw/shaders/painted-materials.md): Creating custom shaders to support painted materials
- [Water shader tutorial](https://docs.hology.app/zh-tw/shaders/water-shader-tutorial.md)


---

# 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.hology.app/zh-tw/shaders.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.
