Skip to content

Instantly share code, notes, and snippets.

View HilariousCow's full-sized avatar

Aubrey Hesselgren HilariousCow

  • Seattle
View GitHub Profile
@aras-p
aras-p / OnlyShadowsAndAtten.shader
Created December 9, 2015 14:08
Shadows and Attenuation Only Shader
Shader "Custom/OnlyShadowsAndAtten"
{
SubShader
{
Tags { "RenderType"="Opaque" }
LOD 200
// Forward rendering base (main directional light) pass.
Pass
{