Shader

从半透明模型的描边到URP Multipass Rendering

请尊重原作者的工作,转载时请务必注明转载自:www.xionggf.com 卡通渲染技术中,描边的实现的有多种做法,有基于后处理实现,也有基于非后处理,通过多次绘制模型的方法实现。 通过多次绘制模型的实现

Pixel-Perfect Outline Shaders for Unity

请尊重原作者的工作,转载时请务必注明转载自:www.xionggf.com 原文地址 How outline shaders work 我第一次在电子游戏中看到3D物体的 轮廓线(outline) 是2003年育碧的《XIII》。这是我听说过的第一个

An Introduction to shader derivative functions(翻译)

请尊重原作者的工作,转载时请务必注明转载自:www.xionggf.com 原文地址 Partial difference derivative functions (ddx and ddy in HLSL[a], dFdx and dFdy in GLSL[b]) (in the rest of this article I will use both terms according to the code examples I will provide) are fragment shader instructions wich can be used to compute the rate of variation of any value with respect to the screen-space coordinates. 偏导数

Unity3D Shader Graph帮助文档 7:Precision Modes

请尊重原作者的工作,转载时请务必注明转载自:www.xionggf.com 原文地址 7 Precision Modes 7.1 Description Shader Graph允许您设置特定的精度数据模式以在不同平台上进行优化。使用左上角的 【Precision】 下拉菜单设

Unity3D Shader Graph帮助文档 6:Color Modes

请尊重原作者的工作,转载时请务必注明转载自:www.xionggf.com 原文地址 6.Color Modes 6.1 Description 可以在SG图的节点上显示颜色,以提高可读性。此功能使用Color Mode来更改要在图形中显示的颜色。使用 Shader Graph Window

Unity3D Shader Graph帮助文档 5:Sub Graph

请尊重原作者的工作,转载时请务必注明转载自:www.xionggf.com 原文地址 5.Sub Graph 5.1 Description Sub Graph(子SG图) 是SG图的一种特殊类型,您可以从其他SG图内部引用它。当您希望在一个SG图或多个SG图