From 6e0a560543a8067858ae2c9e046a402cccfcb040 Mon Sep 17 00:00:00 2001 From: indigo Date: Sun, 24 Sep 2023 06:45:57 +0000 Subject: [PATCH] Add apShader Documents --- apShader-Documents.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 apShader-Documents.md diff --git a/apShader-Documents.md b/apShader-Documents.md new file mode 100644 index 0000000..b325d12 --- /dev/null +++ b/apShader-Documents.md @@ -0,0 +1,15 @@ +## apShader Document. + +### Description +The shader library is for concept proof or test in anim production + +### Shaders +* **apBoolean** - Boolean operation by raycast +* **apChaosMosaic** - Texture booming for break repetition +* **apTextureRandom** - Another texture booming for break repetition +* **apGrayBall** - Gray ball shader for custom diffusion map +* **apInteriorMapping** - Fake interior mapping texture use parallex effect +* **apParallexMap** - Implement several parallex map +* **apSurfaceSample** - Sample information on surface +* **apCurveSample** - Sample curve root normal or uv on surface +* **apMixBlend** - Blend with Mix Color