ShaderFallback / UnityOutlineShader

Source code for Outline Shader tutorial for Unity. Detects edges in a scene using the depth and normals buffers.

Home Page:https://roystan.net/articles/outline-shader.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outline Shader for Unity

Unity 2018.3 project source for completed Outline Shader Tutorial from the site roystan.net.

alt text

Uses the depth and normals buffers to generate outlines of variable thickness and color.

About

Source code for Outline Shader tutorial for Unity. Detects edges in a scene using the depth and normals buffers.

https://roystan.net/articles/outline-shader.html

License:The Unlicense


Languages

Language:ShaderLab 62.4%Language:C# 37.6%