Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/IronWarrior/UnityOutlineShader
- Owner: IronWarrior
- License: unlicense
- Created: 2019-02-02T20:23:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T11:09:12.000Z (about 4 years ago)
- Last Synced: 2024-08-02T13:35:46.351Z (6 months ago)
- Language: ShaderLab
- Homepage: https://roystan.net/articles/outline-shader
- Size: 320 KB
- Stars: 856
- Watchers: 15
- Forks: 109
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - UnityOutlineShader - Source code for Outline Shader tutorial (Outline)
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.