发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Outline (描边)
RToon 使用经典的 **Inverted Hull (背面膨胀)** 技术来实现描边,并增加了一些独特的动态和噪点功能来模拟手绘感。
ShadowT (Shadow Texture / 阴影纹理)
ShadowT 是 RToon 的特色功能,全称可能是 Shadow Texture 或 Shadow Tone。它允许在阴影区域叠加一层纹理,用于实现漫画网点(Halftone)、排线(Hatching)或特定的风格化纹理。
Core Shading (核心光照)
RToon 的核心光照模型主要由 "Self Shadow" (自阴影/二值化光照) 和 "Smooth Object Normal" (平滑法线) 组成。
Poiyomi Toon Shader Features
**Version:** 8.1.167 (as seen in shader file) **License:** MIT (Check `ThirdPartyLicenses` folder for specifics)
Outline
Poiyomi uses an Inverted Hull method for outlines, implemented in a separate shader pass or variant (`Poiyomi Outline.shader`).
Special Effects
Poiyomi Shader includes a vast array of special effects, many of which are integrated with AudioLink for music reactivity.
Surface & Reflections
Poiyomi Shader offers a layered approach to surface properties, allowing mixing of stylized (MatCap, Toon Rim) and realistic (PBR, Cubemap) effects.
Lighting & Shadows
Poiyomi Shader uses a custom lighting pipeline that supports multiple lighting models (Standard, Toon, UTS2) and extensive configuration.
Base & Main Features
This document details the base appearance and geometry manipulation features of the Poiyomi Toon Shader.
Animation Shader Skill
Domain knowledge reference for animation-style shaders (Toon Shaders). Contains preset styles, feature lists, and reference mappings for popular shader libraries.
RPM Packager Skill
Transform source code into installable RPM packages for CentOS/RHEL systems.