raubee / Formation-Shader

Bunch of shader samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FormationShader

Header

Links

Slides : https://docs.google.com/presentation/d/1DHoUzqC8YF90YPQT9FDpDfWsZ3SHDEDQcDEXVWKEQvA/edit#slide=id.p

Twitter : https://twitter.com/_LoisAubree

Example 1 - Vertex/Pixel Shaders and Surface shaders

Example 1

Surface shaders examples from unity documentation : https://docs.unity3d.com/Manual/SL-SurfaceShaderExamples.html

Example 2 - Custom Lighting Models

Implementation of custom Lighting models : https://docs.unity3d.com/Manual/SL-SurfaceShaderLightingExamples.html

Example 3 - Raymarching

Unity implementation of a ray marching shader in a volume : https://www.shadertoy.com/view/4tByzD

Example 4 - Parallax and tessellations shaders

Example 5 - Geometric shaders

Grass shader

Grass

About

Bunch of shader samples

License:MIT License


Languages

Language:ShaderLab 68.4%Language:GLSL 13.2%Language:HLSL 11.0%Language:C# 7.5%