Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/IronWarrior/UnityOutlineShader

Source code for Outline Shader tutorial for Unity. Detects edges in a scene using the depth and normals buffers.
https://github.com/IronWarrior/UnityOutlineShader

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Outline Shader for Unity
Unity 2018.3 project source for completed [Outline Shader Tutorial](https://roystan.net/articles/outline-shader.html) from the site [roystan.net](https://roystan.net/).

![alt text](https://i.imgur.com/wWU7Q6d.png)

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